fix: Remove dual displays (#21)
This commit is contained in:
parent
61948a9af8
commit
c61078e9ff
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ set -Eeuo pipefail
|
||||||
if [[ "${BOOT_MODE,,}" != "windows" ]]; then
|
if [[ "${BOOT_MODE,,}" != "windows" ]]; then
|
||||||
[ -z "$VGA" ] && VGA="virtio-gpu"
|
[ -z "$VGA" ] && VGA="virtio-gpu"
|
||||||
else
|
else
|
||||||
[ -z "$VGA" ] && VGA="ramfb -device virtio-gpu"
|
[ -z "$VGA" ] && VGA="ramfb"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "${DISPLAY,,}" in
|
case "${DISPLAY,,}" in
|
||||||
|
|
Loading…
Reference in a new issue