diff --git a/build.sh b/build.sh index 4f90700..79fff41 100644 --- a/build.sh +++ b/build.sh @@ -31,6 +31,8 @@ vmsh="$VM_VBOX" export VM_OS_NAME export VM_RELEASE export VM_OCR +export VM_DISK + ############################################################## @@ -170,7 +172,11 @@ if [ -e "hooks/reboot.sh" ]; then else ssh "$osname" "cat - >/reboot.sh" <$osname.rebooted + +END + EOF fi