summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-20 12:31:01 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-20 12:31:01 +0000
commit8f95ec098988b0fe62bdf64061876fd22ff00432 (patch)
treeab97fc71b02679fd99b584055527ff5c77714fed /run-bootstrap-in-chroot
parent988330f158a6c89b5f69fbf528b2790131d20bd6 (diff)
downloadmorph-8f95ec098988b0fe62bdf64061876fd22ff00432.tar.gz
Fix creation of pass1 snapshot tarball
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 80c00714..38685992 100755
--- a/run-bootstrap-in-chroot
+++ b/run-bootstrap-in-chroot
@@ -62,7 +62,7 @@ elif [ "$snapshot" = yes ]
then
if chroot "$dir" bash -x baserock-bootstrap yes
then
- if tar -C "$dir" -caf "$snapshotdir/pass1-snapshot.tar"
+ if tar -C "$dir" -caf "$snapshotdir/pass1-snapshot.tar" .
then
if chroot "$dir" bash -x baserock-bootstrap no
then