summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
Diffstat (limited to 'run-bootstrap-in-chroot')
-rwxr-xr-xrun-bootstrap-in-chroot4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-bootstrap-in-chroot b/run-bootstrap-in-chroot
index e33334f4..2c2e420d 100755
--- a/run-bootstrap-in-chroot
+++ b/run-bootstrap-in-chroot
@@ -42,7 +42,7 @@ run_pass()
if "$snapshot" && has_pass "$passname"
then
- tar -C "$dir" -xf "$tarball"
+ tar -C "$dir" -xhf "$tarball"
update_morph "$dir"
else
update_morph "$dir"
@@ -111,7 +111,7 @@ mkdir "$dir"
chrootsnapshot="$snapshotdir/squeeze.tar.gz"
if "$snapshot" && [ -e "$chrootsnapshot" ]
then
- tar -C "$dir" -xf "$chrootsnapshot"
+ tar -C "$dir" -xhf "$chrootsnapshot"
else
debootstrap \
--include=build-essential,\