Update boot.sh

This commit is contained in:
Kroese 2024-06-12 04:02:32 +02:00 committed by GitHub
parent c5b0afe107
commit 8609e097ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
set -Eeuo pipefail
# Docker environment variables
: "${BIOS:=""}" # Bios file
: "${BIOS:=""}" # BIOS file
: "${BOOT_MODE:="legacy"}" # Boot mode
SECURE="off"