Rename build-umlhostfs script to build-guestimages
This commit is contained in:
committed by
Tobias Brunner
parent
90dd71e41c
commit
44e83859e0
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user