Add a boot menu item for resetting SOI user

This commit is contained in:
Jan Schär 2024-06-22 12:01:46 +02:00
parent 697bbc3618
commit ecdc506a1a
6 changed files with 80 additions and 8 deletions

View file

@ -5,3 +5,6 @@ set -eu
# Install the noauth PAM profile.
groupadd noauth
pam-auth-update --enable noauth
# Enable user reset at boot triggered by a kernel parameter.
systemctl enable reset-user.service