자동 /etc/inittab
로그인을 수행 할 위치 를 찾으려고했습니다 . 그러나 우분투 11.04에서는 해당 파일이 손실 된 것으로 보입니다. 우분투에서 올바른 방법입니까?
# Auto Login for Ubuntu how?
# 1. apt-get install mingetty
# 2. vim /etc/init/tty1.conf
# tty1 - getty
#
# This service maintains a getty on tty1 from the point the system is
# started until it is shut down again.
start on stopped rc RUNLEVEL=[2345]
stop on runlevel [!2345]
respawn
#exec /sbin/getty -8 38400 tty1
exec /sbin/mingetty --autologin <PUTYOUR_USERNAME_HERE> tty1
^
|____ edited only this line, seems to be working