Merge remote-tracking branch 'ArrayBolt3/arraybolt3/sysmaint'

This commit is contained in:
Patrick Schleizer 2024-12-25 22:43:04 -05:00
commit 66f8c18c65
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -84,7 +84,7 @@ kernel_cmdline="$(cat /proc/cmdline)"
if [ "$PAM_USER" != 'sysmaint' ] \
&& [[ "${kernel_cmdline}" =~ 'boot-role=sysmaint' ]]; then
echo "$0: WARNING: Reboot and choose 'PERSISTENT mode USER' for normal work. See https://www.kicksecure.com/wiki/Sysmaint"
echo "$0: WARNING: Use account 'sysmaint' for system maintenance. See https://www.kicksecure.com/wiki/Sysmaint"
fi
## https://forums.whonix.org/t/how-strong-do-linux-user-account-passwords-have-to-be-when-using-full-disk-encryption-fde-too/7698