Unverified Commit feac11ef authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Add startup hook (#328)

parent 9d19aeea
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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"
+1 −0
Original line number Diff line number Diff line
@@ -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