------- Amit Uttamchandani on Sun, 06 May 2012 22:49:17 -0700 ------- > So the questions are: > 1. Is there a better way to accomplish X autologin? Preferrably without > installing a login manager.
I have a fully encrypted single user system with autologin like that: force agetty to use a different login program in my case a script with "exec /bin/login -f my-username" my line in /etc/inittab looks like that: "c1:12345:respawn:/sbin/agetty -n -l /usr/local/bin/autologin.sh 38400 tty1 linux" at the end of my .profile I call startx. regards
