Move ROOTFSDIR declaration to testing.conf

This commit is contained in:
Reto Buerki
2013-01-17 15:22:11 +01:00
committed by Tobias Brunner
parent ee1cd88c7a
commit 62a277cfae
3 changed files with 3 additions and 2 deletions
-1
View File
@@ -21,7 +21,6 @@ echo "Creating guest images"
[ `id -u` -eq 0 ] || die "You must be root to run $0"
BASE=$BUILDDIR/base.img
ROOTFSDIR=$BUILDDIR/root-fs
HOSTSDIR=$PWD/hosts
[ -f $BASE ] || die "Base image $BASE not found"
-1
View File
@@ -22,7 +22,6 @@ echo "Building root image"
[ -f "$ROOTFS" ] || die "Root image $ROOTFS not found"
ROOTFSDIR=$BUILDDIR/root-fs
mkdir -p $ROOTFSDIR
mkdir -p $LOOPDIR
mkdir -p $ROOTFSCOMPILEDIR