sudo aptitude install rungettyIt uses upstart so change the file tty1:
sudo nano /etc/event.d/tty1Change the line
exec /sbin/getty 38400 tty1
to exec /sbin/rungetty tty1 --autologin <username>Where <username> is the name of the user you want to log in.
0 comments:
Post a Comment