Update boot.sh

This commit is contained in:
Kroese 2025-03-14 20:24:03 +01:00 committed by GitHub
parent 13c984a0fc
commit 9c7e537225
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ set -Eeuo pipefail
# Docker environment variables # Docker environment variables
: "${BIOS:=""}" # BIOS file : "${BIOS:=""}" # BIOS file
: "${SECURE:="off"}" # Disable SMM : "${SECURE:="off"}" # Secure boot
BOOT_DESC="" BOOT_DESC=""
BOOT_OPTS="" BOOT_OPTS=""