From 61886bad0109de3d4ddeb9014f3d8df02f00e1d8 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 28 Jul 2011 18:29:26 +0200 Subject: Copy devices.tar.gz in case we're running first_stage only --- debootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/debootstrap b/debootstrap index eaa3e6c..0e78bb4 100755 --- a/debootstrap +++ b/debootstrap @@ -585,6 +585,7 @@ 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" -- cgit v0.12