Skip to content

Commit 9295b19

Browse files
committed
step2: Document the implications of changing the security level
Signed-off-by: Hector Martin <[email protected]>
1 parent b925df3 commit 9295b19

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/step2/step2.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ echo "VGID: $VGID"
2121
echo "System volume: $system_dir"
2222
echo
2323

24+
BOLD="$(printf '\033[1m')"
25+
RST="$(printf '\033[m')"
26+
2427
bputil -d -v "$VGID" >/tmp/bp.txt
2528

2629
if ! grep -q ': Paired' /tmp/bp.txt; then
@@ -83,6 +86,14 @@ if ! grep -q 'one true recoveryOS' /tmp/bp.txt; then
8386
exit 1
8487
fi
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
8697
echo "You will be prompted for login credentials two times."
8798
echo "Please enter your macOS credentials (for the macOS that you"
8899
echo "used to run the first step of the installation)."

0 commit comments

Comments
 (0)