mirror of
https://github.com/dockur/windows.git
synced 2026-09-13 13:28:51 +01:00
Update display.sh
This commit is contained in:
+2
-1
@@ -68,7 +68,8 @@ case "${VGA_DEVICE,,}" in
|
||||
VGA_ARG="-device" ;;
|
||||
"vmvga" | "vmware" | "vmware-svga" )
|
||||
VGA_DEVICE="vmvga"
|
||||
VGA_ARG="-device" ;;
|
||||
VGA_ARG="-device"
|
||||
[ -z "${VMPORT:-}" ] && VMPORT="Y" ;;
|
||||
"virtio" )
|
||||
VGA_DEVICE="virtio-vga"
|
||||
VGA_ARG="-device" ;;
|
||||
|
||||
Reference in New Issue
Block a user