Rename build-umlhostfs script to build-guestimages

This commit is contained in:
Reto Buerki
2013-01-17 16:54:55 +01:00
committed by Tobias Brunner
parent 90dd71e41c
commit 44e83859e0
3 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ then
$PWD/scripts/build-guestkernel || exit 1
fi
if [ $ENABLE_BUILD_UMLHOSTFS = "yes" ]
if [ $ENABLE_BUILD_GUESTIMAGES = "yes" ]
then
$PWD/scripts/build-umlhostfs $HOSTS || exit 1
$PWD/scripts/build-guestimages $HOSTS || exit 1
fi
@@ -18,10 +18,9 @@ echo "Creating guest images"
. $PWD/scripts/function.sh
[ `id -u` -eq 0 ] || die "You must be root to run $0"
HOSTSDIR=$PWD/hosts
[ `id -u` -eq 0 ] || die "You must be root to run $0"
[ -f $ROOTIMG ] || die "Root image $ROOTIMG not found"
[ -f $HOSTDIR ] || die "Hosts directory $HOSTSDIR not found"
+1 -1
View File
@@ -73,7 +73,7 @@ SSHCONF="-F $TESTDIR/testing/ssh_config"
ENABLE_BUILD_BASEIMAGE="yes"
ENABLE_BUILD_ROOTIMAGE="yes"
ENABLE_BUILD_GUESTKERNEL="yes"
ENABLE_BUILD_UMLHOSTFS="yes"
ENABLE_BUILD_GUESTIMAGES="yes"
##############################################################
# If set to "yes" only the tests stated at $SELECTEDTESTS