|
Lines 1-6
Link Here
|
| 1 |
--- debootstrap.orig 2014-02-07 15:25:58 UTC |
1 |
--- debootstrap.orig 2016-09-09 12:32:15 UTC |
| 2 |
+++ debootstrap |
2 |
+++ debootstrap |
| 3 |
@@ -13,7 +13,7 @@ |
3 |
@@ -14,7 +14,7 @@ if [ -z "$DEBOOTSTRAP_DIR" ]; then |
| 4 |
if [ -x /debootstrap/debootstrap ]; then |
4 |
if [ -x /debootstrap/debootstrap ]; then |
| 5 |
DEBOOTSTRAP_DIR=/debootstrap |
5 |
DEBOOTSTRAP_DIR=/debootstrap |
| 6 |
else |
6 |
else |
|
Lines 9-15
Link Here
|
| 9 |
fi |
9 |
fi |
| 10 |
fi |
10 |
fi |
| 11 |
|
11 |
|
| 12 |
@@ -397,13 +397,7 @@ |
12 |
@@ -409,13 +409,7 @@ fi |
| 13 |
|
13 |
|
| 14 |
########################################################################### |
14 |
########################################################################### |
| 15 |
|
15 |
|
|
Lines 24-30
Link Here
|
| 24 |
HOST_ARCH=`cat $DEBOOTSTRAP_DIR/arch` |
24 |
HOST_ARCH=`cat $DEBOOTSTRAP_DIR/arch` |
| 25 |
fi |
25 |
fi |
| 26 |
HOST_OS="$HOST_ARCH" |
26 |
HOST_OS="$HOST_ARCH" |
| 27 |
@@ -425,6 +419,11 @@ |
27 |
@@ -437,6 +431,11 @@ if [ -z "$HOST_OS" ]; then |
| 28 |
esac |
28 |
esac |
| 29 |
fi |
29 |
fi |
| 30 |
|
30 |
|
|
Lines 36-46
Link Here
|
| 36 |
if [ -z "$ARCH" ]; then |
36 |
if [ -z "$ARCH" ]; then |
| 37 |
ARCH=$HOST_ARCH |
37 |
ARCH=$HOST_ARCH |
| 38 |
fi |
38 |
fi |
| 39 |
@@ -621,7 +620,6 @@ |
|
|
| 40 |
if ! am_doing_phase second_stage; then |
| 41 |
cp "$0" "$TARGET/debootstrap/debootstrap" |
| 42 |
cp $DEBOOTSTRAP_DIR/functions "$TARGET/debootstrap/functions" |
| 43 |
- cp $DEBOOTSTRAP_DIR/devices.tar.gz "$TARGET/debootstrap/devices.tar.gz" |
| 44 |
cp $SCRIPT "$TARGET/debootstrap/suite-script" |
| 45 |
echo "$ARCH" >"$TARGET/debootstrap/arch" |
| 46 |
echo "$SUITE" >"$TARGET/debootstrap/suite" |