add hint about existing root directory
This commit is contained in:
parent
4ba47d78d6
commit
9b490a5e33
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ echo "I: pkgs: $PACKAGES"
|
||||||
echo "I: --------------------------"
|
echo "I: --------------------------"
|
||||||
|
|
||||||
[ -e "$ROOTDIR.tar" ] && { echo "tarball still exists" >&2; exit 1; }
|
[ -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
|
# create multistrap.conf
|
||||||
echo "I: create multistrap.conf"
|
echo "I: create multistrap.conf"
|
||||||
|
|
Loading…
Reference in a new issue