Add a boot menu item for resetting SOI user
This commit is contained in:
parent
697bbc3618
commit
ecdc506a1a
6 changed files with 80 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue