Allow access to the emergency shell
basementhud/pipeline/head This commit looks good Details

By default, the emergency shell prompts for the root password.  If the
root account is locked, the emergency shell is unusable.  This makes it
impossible to troubleshoot issues before the network is available.
Fortunately, systemd can be configured to skip the root password prompt
and allow access to the emergency shell with an environment variable.
pull/1/head
Dustin 2022-04-06 10:11:43 -05:00
parent d22ad7da6e
commit 406c0b869e
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
[Service]
Environment=SYSTEMD_SULOGIN_FORCE=1