feat: Set Virtio GPU after install
This commit is contained in:
parent
bf83f3581b
commit
476f025d84
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ startInstall() {
|
|||
|
||||
if skipInstall; then
|
||||
BASE=""
|
||||
VGA="virtio-gpu"
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue