fix: Disable virtio-gpu (#8)

This commit is contained in:
Kroese 2024-02-06 04:18:28 +01:00 committed by GitHub
parent b0eddb29c4
commit bd5b3e8ca0
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