Update boot.sh
This commit is contained in:
parent
f9d6f938bf
commit
859d602628
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ set -Eeuo pipefail
|
|||
|
||||
# Docker environment variables
|
||||
: "${BIOS:=""}" # Bios file
|
||||
: "${BOOT_MODE:="legacy"}" # Boot mode
|
||||
|
||||
SECURE="off"
|
||||
BOOT_OPTS=""
|
||||
|
|
|
|||
Loading…
Reference in a new issue