Minor clean up

This commit is contained in:
Martin Wimpress 2021-09-27 22:53:34 +01:00
parent b96587dabd
commit eee84e0c0b
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
1 changed files with 0 additions and 1 deletions

View File

@ -358,7 +358,6 @@ function vm_boot() {
DISPLAY_DEVICE="virtio-vga"
elif [ "${guest_os}" == "macos" ]; then
DISPLAY_DEVICE="VGA"
#DISPLAY_DEVICE="bochs-display"
elif [ "${guest_os}" == "windows" ]; then
DISPLAY_DEVICE="qxl-vga"
else