initng and autologin
listopad 21st, 2006 . by vipThere’s simple way to make initng autologin user with mingetty (for old init you can just edit /etc/inittab and modify mingetty lines).
You’ve to add those lines on the top of /etc/initng/daemon/mingetty.i file to activate auto login on the second terminal:
daemon daemon/mingetty/tty2 {
need = system/mountroot system/hostname;
exec daemon = /sbin/mingetty –autologin vip $NAME;
respawn;
}
Enjoy.
Brak powiązanych wpisów

listopad 1st, 2007 at 05:16
Hello This is young-hee
Thank you for your initng-autologin comments very well.
I have any questions about thos issue.
I has been developed with debian 4.1 and I want to reduce
booting time for my device. and so I trying to initng with debian. but autologin cannot work as your comments
If you don’t mind , Could you give me information for
autologin with Debian Linux ?
Sincerely
Thank you
bye
listopad 1st, 2007 at 20:11
It should work in debian too. Are you using mingetty? Maybe it is agetty, or other console sessions manager?