flake: adjust AMFI instructions for Apple Silicon

This commit is contained in:
Michael Roitzsch
2025-11-06 21:48:25 +01:00
parent c2fce02d25
commit 0ce7696886

View File

@@ -113,7 +113,9 @@
echo 'snapUtil requires SIP and AMFI to be disabled:' echo 'snapUtil requires SIP and AMFI to be disabled:'
echo ' boot recovery system' echo ' boot recovery system'
echo ' run csrutil disable' echo ' run csrutil disable'
echo ' boot into macOS again'
echo ' run nvram boot-args=amfi_get_out_of_my_way=0x1' echo ' run nvram boot-args=amfi_get_out_of_my_way=0x1'
echo ' reboot so boot-args is effective'
exit 1 exit 1
fi fi
EOF EOF