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