Merge pull request #20 from cp16net/more-verbiage

Letting you know the image was already built
This commit is contained in:
Michael Basnight
2012-03-22 12:35:08 -07:00

View File

@@ -546,6 +546,8 @@ cmd_build_image() {
if [ ! -d $VM_PATH ]
then
build_vm $HOMEDIR $USERNAME $UBUNTU_DISTRO_NAME $VM_PATH
else
exclaim "Found image in $VM_PATH using the qcow2 image found here..."
fi
QCOW_IMAGE=`find $VM_PATH -name '*.qcow2'`