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

josch josch at pyneo.org
Tue Oct 18 14:48:41 UTC 2011


The following commit has been merged in the master branch:
commit 9b490a5e33e1ab683e18c956de4b6af5ffa0c905
Author: josch <josch at pyneo.org>
Date:   Tue Oct 18 15:25:46 2011 +0200

    add hint about existing root directory

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

-- 
Root filesystem generation tool (multistrap wrapper)



More information about the Emdebian-logs mailing list