fix: Remove dual displays (#21)

This commit is contained in:
Kroese 2024-02-07 01:02:56 +01:00 committed by GitHub
parent 61948a9af8
commit c61078e9ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ set -Eeuo pipefail
if [[ "${BOOT_MODE,,}" != "windows" ]]; then
[ -z "$VGA" ] && VGA="virtio-gpu"
else
[ -z "$VGA" ] && VGA="ramfb -device virtio-gpu"
[ -z "$VGA" ] && VGA="ramfb"
fi
case "${DISPLAY,,}" in