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