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
@@ -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"