Merge remote-tracking branch 'ArrayBolt3/arraybolt3/rename-boot-modes'

This commit is contained in:
Patrick Schleizer 2025-04-10 06:07:55 -04:00
commit c0a18c5a71
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

@ -76,7 +76,7 @@ if [ "$PAM_USER" = 'sysmaint' ]; then
sysmaint_passwd_info="$(passwd --status sysmaint 2>/dev/null)" || true
sysmaint_lock_info="$(cut -d' ' -f2 <<< "${sysmaint_passwd_info}")"
if [ "${sysmaint_lock_info}" = 'L' ]; then
echo "$0: ERROR: Reboot and choose 'PERSISTENT mode SYSMAINT' for system maintenance. See https://www.kicksecure.com/wiki/Sysmaint"
echo "$0: ERROR: Reboot and choose 'PERSISTENT Mode - SYSMAINT Session' for system maintenance. See https://www.kicksecure.com/wiki/Sysmaint"
fi
fi