Minor clean up
This commit is contained in:
parent
b96587dabd
commit
eee84e0c0b
1
quickemu
1
quickemu
|
|
@ -358,7 +358,6 @@ function vm_boot() {
|
||||||
DISPLAY_DEVICE="virtio-vga"
|
DISPLAY_DEVICE="virtio-vga"
|
||||||
elif [ "${guest_os}" == "macos" ]; then
|
elif [ "${guest_os}" == "macos" ]; then
|
||||||
DISPLAY_DEVICE="VGA"
|
DISPLAY_DEVICE="VGA"
|
||||||
#DISPLAY_DEVICE="bochs-display"
|
|
||||||
elif [ "${guest_os}" == "windows" ]; then
|
elif [ "${guest_os}" == "windows" ]; then
|
||||||
DISPLAY_DEVICE="qxl-vga"
|
DISPLAY_DEVICE="qxl-vga"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue