tty1~6の場合
# mkdir -p /etc/systemd/system/getty@tty1.service.d/
# vi /etc/systemd/system/getty@tty1.service.d/autologin.conf
※以下の内容を記述
[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin pi --noclear %I 38400 linux
参考リンク:https://gist.github.com/yoggy/de9a4a6405834f52accc
Comments