Update boot.sh
This commit is contained in:
parent
13c984a0fc
commit
9c7e537225
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -Eeuo pipefail
|
|||
|
||||
# Docker environment variables
|
||||
: "${BIOS:=""}" # BIOS file
|
||||
: "${SECURE:="off"}" # Disable SMM
|
||||
: "${SECURE:="off"}" # Secure boot
|
||||
|
||||
BOOT_DESC=""
|
||||
BOOT_OPTS=""
|
||||
|
|
Loading…
Reference in a new issue