feat: Use VirtIO GPU device (#10)

This commit is contained in:
Kroese 2024-02-06 23:14:11 +01:00 committed by GitHub
parent b14d9cd82b
commit 35d3152889
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