File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ echo "VGID: $VGID"
2121echo " System volume: $system_dir "
2222echo
2323
24+ BOLD=" $( printf ' \033[1m' ) "
25+ RST=" $( printf ' \033[m' ) "
26+
2427bputil -d -v " $VGID " > /tmp/bp.txt
2528
2629if ! grep -q ' : Paired' /tmp/bp.txt; then
@@ -83,6 +86,14 @@ if ! grep -q 'one true recoveryOS' /tmp/bp.txt; then
8386 exit 1
8487fi
8588
89+ echo " You will see some messages advising you that you are changing the"
90+ echo " security level of your system. These changes apply only to your"
91+ echo " Asahi Linux install, and are necessary to install a third-party OS."
92+ echo
93+ echo " Apple Silicon platforms maintain a separate security level for each"
94+ echo " installed OS, and are designed to retain their security with mixed OSes."
95+ echo " ${BOLD} The security level of your macOS install will not be affected.${RST} "
96+ echo
8697echo " You will be prompted for login credentials two times."
8798echo " Please enter your macOS credentials (for the macOS that you"
8899echo " used to run the first step of the installation)."
You can’t perform that action at this time.
0 commit comments