summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-07-28 16:29:26 (GMT)
committerOtavio Salvador <otavio@ossystems.com.br>2011-07-28 16:29:26 (GMT)
commit61886bad0109de3d4ddeb9014f3d8df02f00e1d8 (patch)
treef5897d634c6fcc0abf6cdc40962a6e9b9bb73687 /debootstrap
parentd3518b9c7e4f693562d99ec4c15bb009b456603b (diff)
downloaddebootstrap-61886bad0109de3d4ddeb9014f3d8df02f00e1d8.zip
debootstrap-61886bad0109de3d4ddeb9014f3d8df02f00e1d8.tar.gz
debootstrap-61886bad0109de3d4ddeb9014f3d8df02f00e1d8.tar.bz2
Copy devices.tar.gz in case we're running first_stage only
Diffstat (limited to 'debootstrap')
-rwxr-xr-xdebootstrap1
1 files changed, 1 insertions, 0 deletions
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"