fix: Disable virtio-gpu (#8)
This commit is contained in:
parent
b0eddb29c4
commit
bd5b3e8ca0
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ startInstall() {
|
||||||
|
|
||||||
if skipInstall; then
|
if skipInstall; then
|
||||||
BASE=""
|
BASE=""
|
||||||
VGA="virtio-gpu"
|
#VGA="virtio-gpu"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue