Update boot.sh

This commit is contained in:
Kroese 2024-02-02 20:08:51 +01:00 committed by GitHub
parent f7d40f07a4
commit 84ce92c859
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,6 @@ set -Eeuo pipefail
# Docker environment variables
: "${BIOS:=""}" # Bios file
: "${BOOT_MODE:="uefi"}" # Boot mode
BOOT_OPTS=""
DIR="/usr/share/qemu"