summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-15 11:56:37 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-15 11:56:37 +0000
commitbefe6cfd78171e2a10b34163423b08845a23fb43 (patch)
treef9e3f725483ceacf4c7b9ebfd08b14454ee34e42 /run-bootstrap-in-chroot
parent560060676733d95f5ac896c207f1bf4064f07076 (diff)
downloadmorph-befe6cfd78171e2a10b34163423b08845a23fb43.tar.gz
Actually make it compressed
Diffstat (limited to 'run-bootstrap-in-chroot')
-rwxr-xr-xrun-bootstrap-in-chroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-bootstrap-in-chroot b/run-bootstrap-in-chroot
index f6ca7f27..82f99a68 100755
--- a/run-bootstrap-in-chroot
+++ b/run-bootstrap-in-chroot
@@ -49,7 +49,7 @@ unmount_virtual "$dir"
rm -rf "$dir"
mkdir "$dir"
-chrootsnapshot="$snapshotdir/squeeze.tar"
+chrootsnapshot="$snapshotdir/squeeze.tar.gz"
if "$snapshot" && [ -e "$chrootsnapshot" ]
then
tar -C "$dir" -xf "$chrootsnapshot"