Skip to content

Commit

Permalink
feat: Support custom boot modes (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Mar 13, 2024
1 parent e29ef11 commit fc7912f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/entry.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fc7912f

Please sign in to comment.