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

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