feat: Set Virtio GPU after install

This commit is contained in:
Kroese 2024-02-05 14:07:35 +01:00 committed by GitHub
parent bf83f3581b
commit 476f025d84
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