[Emdebian-logs] [SCM] Root filesystem generation tool (multistrap wrapper) branch, master, updated. 0604d04a74d8d94d928d41adfe56111eca13abd0

josch josch at pyneo.org
Tue Oct 18 14:51:32 UTC 2011


The following commit has been merged in the master branch:
commit 0604d04a74d8d94d928d41adfe56111eca13abd0
Author: josch <josch at pyneo.org>
Date:   Tue Oct 18 16:51:27 2011 +0200

    add hint about existing tarball

diff --git a/polystrap.sh b/polystrap.sh
index 9216481..81081a9 100755
--- a/polystrap.sh
+++ b/polystrap.sh
@@ -94,7 +94,7 @@ echo "I: mirror:  $MIRROR"
 echo "I: pkgs:    $PACKAGES"
 echo "I: --------------------------"
 
-[ -e "$ROOTDIR.tar" ] && { echo "tarball still exists" >&2; exit 1; }
+[ -e "$ROOTDIR.tar" ] && { echo "tarball $ROOTDIR.tar still exists" >&2; exit 1; }
 [ -e "$ROOTDIR" ] && { echo "root directory $ROOTDIR still exists" >&2; exit 1; }
 
 # create multistrap.conf

-- 
Root filesystem generation tool (multistrap wrapper)



More information about the Emdebian-logs mailing list