feat: Set Virtio GPU after install (#3)

This commit is contained in:
Kroese 2024-02-05 14:27:49 +01:00 committed by GitHub
parent bf83f3581b
commit a8a69797ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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