From 35d31528899afa028d7e306aec583233799c1801 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 6 Feb 2024 23:14:11 +0100 Subject: [PATCH] feat: Use VirtIO GPU device (#10) --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 4b5f803..07638db 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