fix: Disable virtio-gpu

This commit is contained in:
Kroese 2024-02-06 04:18:15 +01:00 committed by GitHub
parent b0eddb29c4
commit 63f9e9c53a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -203,7 +203,7 @@ startInstall() {
if skipInstall; then
BASE=""
VGA="virtio-gpu"
#VGA="virtio-gpu"
return 1
fi