Results 1 to 2 of 2
Hi, I'm trying to figure out how to autologin with voyage linux.
It's debian based.
There are no Gnome or KDE.
It is not using mingetty; it's using getty in ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-12-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 72
[SOLVED] Autologin in voyage linux
Hi, I'm trying to figure out how to autologin with voyage linux.
It's debian based.
There are no Gnome or KDE.
It is not using mingetty; it's using getty in the inittab file.
Can anybody help?
Thanks.
Olivier
- 11-12-2009 #2Just Joined!
- Join Date
- May 2009
- Posts
- 72
I got it, thanks to Autologin as root in Linux in console mode - How to login automatically in Debian Linux | Organizing Linux Information!
Code:apt-get install mingetty
ReplaceCode:nano /etc/inittab
WithCode:1:2345:respawn:/sbin/getty 38400 tty1
Code:1:2345:respawn:/sbin/mingetty --autologin <user-name> --noclear tty1



