From bd5b3e8ca026450659f2db6682945896aec85a60 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 6 Feb 2024 04:18:28 +0100 Subject: [PATCH] fix: Disable virtio-gpu (#8) --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 07638db..4b5f803 100644 --- a/src/install.sh +++ b/src/install.sh @@ -203,7 +203,7 @@ startInstall() { if skipInstall; then BASE="" - VGA="virtio-gpu" + #VGA="virtio-gpu" return 1 fi