From f74dd7596a19a392942803547cfbc6c84cc93943 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 4 Sep 2026 18:23:21 +0200 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 24d00f91..2e5b0964 100644 --- a/src/display.sh +++ b/src/display.sh @@ -39,7 +39,7 @@ if [ -z "$VGA" ]; then minor=$((10#${BASH_REMATCH[2]})) if (( major < 6 || (major == 6 && minor < 6) )); then - VGA="virtio" + (( major > 0 )) && VGA="virtio" fi fi