Allow access to the emergency shell
All checks were successful
basementhud/pipeline/head This commit looks good

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.
This commit is contained in:
2022-04-06 10:11:43 -05:00
parent d22ad7da6e
commit 406c0b869e

View File

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