Loading src/boot.sh +4 −0 Original line number Diff line number Diff line Loading @@ -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" Loading src/entry.sh +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
src/boot.sh +4 −0 Original line number Diff line number Diff line Loading @@ -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" Loading
src/entry.sh +1 −0 Original line number Diff line number Diff line Loading @@ -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