[virtualbox] Show console in vbox automated bootstrap

This commit is contained in:
Mike Scherbakov
2013-02-27 17:27:39 +04:00
parent 7af48f6d80
commit 559672fee5

View File

@@ -90,7 +90,8 @@ start_vm() {
name=$1
# Just start it
VBoxManage startvm $name --type headless
#VBoxManage startvm $name --type headless
VBoxManage startvm $name
}
mount_iso_to_vm() {