From f7d40f07a4aa8ad9a90e90b2c7133df36984417f Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 2 Feb 2024 20:07:10 +0100 Subject: [PATCH] Update display.sh --- src/display.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display.sh b/src/display.sh index a836fc2..d1ab516 100644 --- a/src/display.sh +++ b/src/display.sh @@ -7,7 +7,7 @@ set -Eeuo pipefail : "${VGA:="virtio-gpu"}" # VGA adaptor if [[ "${BOOT_MODE,,}" == "windows" ]]; then - [[ "$VGA" == "virtio-gpu" ]] && VGA="VGA" + [[ "$VGA" == "virtio-gpu" ]] && VGA="ramfb" fi case "${DISPLAY,,}" in