From 2d31691273b06312b40dbfba1cf6038c9c382ada Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 13 Mar 2024 09:58:59 +0100 Subject: [PATCH] feat: Allow custom bootmodes --- src/entry.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/entry.sh b/src/entry.sh index 83b2457..07866ca 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" cd /run