mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-03-02 11:13:47 +01:00
Merge branch 'autologin-fix' into 'master'
Adapt autologin drop-ins for systemd 250 Closes #233 See merge request systemrescue/systemrescue-sources!132
This commit is contained in:
commit
5d496ef056
|
|
@ -1,3 +1,3 @@
|
|||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=-/sbin/agetty --autologin root --login-options '-p -f -- \\u' --noclear %I $TERM
|
||||
ExecStart=-/sbin/agetty --autologin root --login-options '-p -f -- \\u' --noclear - $TERM
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=-/sbin/agetty --autologin root --login-options '-p -f -- \\u' --keep-baud 115200,57600,38400,9600 %I $TERM
|
||||
ExecStart=-/sbin/agetty --autologin root --login-options '-p -f -- \\u' --keep-baud 115200,57600,38400,9600 - $TERM
|
||||
|
|
|
|||
Loading…
Reference in a new issue