From 3163133c886d50744fe4f2b5ccb2d485db37078c Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Fri, 4 May 2018 12:29:17 +0900 Subject: [PATCH] Don't show exit menu in VirtualBox --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d6363fe6..caa0901d 100644 --- a/Makefile +++ b/Makefile @@ -208,6 +208,7 @@ virtualbox: image.iso VBoxManage modifyvm "$(VMNAME)" --memory 1024 --audio pulse --audiocontroller ac97 --bioslogodisplaytime 1 --bioslogofadeout off --bioslogofadein off --biosbootmenu disabled VBoxManage storagectl "$(VMNAME)" --add ide --name "IDE" VBoxManage storageattach "$(VMNAME)" --storagectl "IDE" --port 0 --device 0 --medium $(shell pwd)/image.iso --type dvddrive + VBoxManage setextradata "$(VMNAME)" GUI/DefaultCloseAction PowerOff VBoxManage startvm "$(VMNAME)" --type separate