From fc7912f9781303a9248d93b28a1eea3bebcf21bf Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 13 Mar 2024 10:05:29 +0100 Subject: [PATCH] feat: Support custom boot modes (#40) --- src/entry.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/entry.sh b/src/entry.sh index 7851a44..308cb0e 100644 --- a/src/entry.sh +++ b/src/entry.sh @@ -1,8 +1,9 @@ #!/usr/bin/env bash set -Eeuo pipefail +: "${BOOT_MODE:="windows"}" + APP="Windows" -BOOT_MODE="windows" SUPPORT="https://github.com/dockur/windows-arm" cd /run