mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
feat: Add startup hook (#328)
This commit is contained in:
parent
9d19aeeaf3
commit
feac11ef9a
2 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue