From 63f9e9c53a8b4c509ef41514b9cbd263b0a092d9 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 6 Feb 2024 04:18:15 +0100 Subject: [PATCH] fix: Disable virtio-gpu --- 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