Allow access to the emergency shell
basementhud/pipeline/head This commit looks good
Details
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
parent
d22ad7da6e
commit
406c0b869e
|
@ -0,0 +1,2 @@
|
|||
[Service]
|
||||
Environment=SYSTEMD_SULOGIN_FORCE=1
|
Loading…
Reference in New Issue