Update display.sh

This commit is contained in:
Kroese
2026-09-09 01:52:04 +02:00
committed by GitHub
parent 253e96c962
commit 75120e385f
+2 -1
View File
@@ -68,7 +68,8 @@ case "${VGA_DEVICE,,}" in
VGA_ARG="-device" ;; VGA_ARG="-device" ;;
"vmvga" | "vmware" | "vmware-svga" ) "vmvga" | "vmware" | "vmware-svga" )
VGA_DEVICE="vmvga" VGA_DEVICE="vmvga"
VGA_ARG="-device" ;; VGA_ARG="-device"
[ -z "${VMPORT:-}" ] && VMPORT="Y" ;;
"virtio" ) "virtio" )
VGA_DEVICE="virtio-vga" VGA_DEVICE="virtio-vga"
VGA_ARG="-device" ;; VGA_ARG="-device" ;;