Update display.sh
This commit is contained in:
parent
a5a33c7146
commit
f9d6f938bf
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ set -Eeuo pipefail
|
|||
: "${VGA:=""}" # VGA adaptor
|
||||
: "${DISPLAY:="web"}" # Display type
|
||||
|
||||
if [[ "${BOOT_MODE,,}" != "windows" ]]; then
|
||||
if [[ "${BOOT_MODE:-}" != "windows" ]]; then
|
||||
[ -z "$VGA" ] && VGA="virtio-gpu"
|
||||
else
|
||||
[ -z "$VGA" ] && VGA="ramfb"
|
||||
|
|
|
|||
Loading…
Reference in a new issue