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:
Francois Dupoux 2021-12-30 19:52:23 +00:00
commit 5d496ef056
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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