For GUI:
Edit /etc/gdm/custom.conf
[daemon]
AutomaticLoginEnable=true
AutomaticLogin=username
Edit /etc/gdm/custom.conf
[daemon]
AutomaticLoginEnable=true
AutomaticLogin=username
For CLI:
Edit /etc/init/tty.conf
Look for the line: exec /sbin/mingetty $TTY
Edit the line as: exec /sbin/mingetty --autologin username $TTY
Edit /etc/init/tty.conf
Look for the line: exec /sbin/mingetty $TTY
Edit the line as: exec /sbin/mingetty --autologin username $TTY
0 comments:
Post a Comment