summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2016-09-06 13:33:53 (GMT)
committerSteve McIntyre <steve@einval.com>2016-09-06 13:33:53 (GMT)
commit26ae52971b21e14c6c81af3b8aa0211bc3553dd2 (patch)
tree0bb4987a34f65e8a452a097d24792bbe083a606c /debootstrap
parent9043947bfcb14c55c771276069f76f0735f2c999 (diff)
downloaddebootstrap-26ae52971b21e14c6c81af3b8aa0211bc3553dd2.zip
debootstrap-26ae52971b21e14c6c81af3b8aa0211bc3553dd2.tar.gz
debootstrap-26ae52971b21e14c6c81af3b8aa0211bc3553dd2.tar.bz2
Excise all devices.tar.gz code
Since bug #571136 was fixed the --second-stage doesn't even use the devices tarball so we can remove all its related cruft. The README has been updated to show when real root access is required and give an example of a foreign debootstrap which works with fakeroot.
Diffstat (limited to 'debootstrap')
-rwxr-xr-xdebootstrap3
1 files changed, 0 insertions, 3 deletions
diff --git a/debootstrap b/debootstrap
index 2a959bb..4cea268 100755
--- a/debootstrap
+++ b/debootstrap
@@ -18,8 +18,6 @@ if [ -z "$DEBOOTSTRAP_DIR" ]; then
fi
fi
-DEVICES_TARGZ=$DEBOOTSTRAP_DIR/devices.tar.gz
-
. $DEBOOTSTRAP_DIR/functions
exec 4>&1
@@ -635,7 +633,6 @@ if am_doing_phase first_stage; then
if ! am_doing_phase second_stage; then
cp "$0" "$TARGET/debootstrap/debootstrap"
cp $DEBOOTSTRAP_DIR/functions "$TARGET/debootstrap/functions"
- cp $DEBOOTSTRAP_DIR/devices.tar.gz "$TARGET/debootstrap/devices.tar.gz"
cp $SCRIPT "$TARGET/debootstrap/suite-script"
echo "$ARCH" >"$TARGET/debootstrap/arch"
echo "$SUITE" >"$TARGET/debootstrap/suite"