feat: Add startup hook (#328)

This commit is contained in:
Kroese 2025-10-03 11:15:21 +02:00 committed by GitHub
parent 9d19aeeaf3
commit feac11ef9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,10 @@ BOOT_DESC=""
BOOT_OPTS=""
OVMF="/usr/share/OVMF"
msg="Configuring boot options..."
html "$msg"
[[ "$DEBUG" == [Yy1]* ]] && echo "$msg"
case "${HEIGHT,,}" in
"1080" )
DEST="$PROCESS"

View file

@ -9,6 +9,7 @@ set -Eeuo pipefail
cd /run
. start.sh # Placeholder
. utils.sh # Load functions
. reset.sh # Initialize system
. install.sh # Get the OSX images