That is now nice to know but I already worked all night on my solution
which is now perfect except for the cosmetic issue of leaving a dead
tty1. OK thanks anyway. I'll ask them at
https://plus.google.com/107326194379039522045/posts/4Lk6mpsmhAT
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ..
I really don't think what your doing in rc.local is sensible, but at
least there is a simpler workaround then your messing around with the
getty config:
# mkdir /etc/systemd/system/rc-local.service.d/
# echo -e
"[Service]\nStandardInput=tty-force\nStandardOutput=journal+console\n" >
/etc/systemd
OK what anybody used to do in /etc/rc.local can all be now often also be
done instead via making a non-symlinked
/etc/systemd/system/getty.target.wants/getty@tty1.service and changing
# ExecStart=-/sbin/agetty --noclear %I
ExecStart=-/sbin/agetty --noclear --autologin root %I
# Restart=always
Rest
3 matches
Mail list logo