#vi /etc/inittab
Find the Below line,
1:2345:respawn:/sbin/mingetty tty1
Replace this line by below one,
1:2345:respawn:/sbin/mingetty --autologin root --noclear tty1
In terminal 1, root user gets automatically login in every restart. If you wants, enable autologin in the remaining terminals also with the same.
No comments:
Post a Comment