> > > > Edit your /etc/inittab and get mingetty to auto login or spawn > your shell directly. > > Hi !
Thanks ! following this idea I googled and got some resources... and this worked =========================================================== First you need to edit the /etc/inittab file #nano /etc/inittab look for the following line 1:2345:respawn:/sbin/getty 38400 tty1 and commentout #1:2345:respawn:/sbin/getty 38400 tty1 add the following line 1:2345:respawn:/bin/login -f YOUR_USER_NAME tty1 </dev/tty1 >/dev/tty1 2>&1 Save and exit the file Now you need to edit .bash_profile and at the bottom add the following command and save startx " ============================================================= Now after booting it executes a program which added in .xinitrc . Perfect ! Now I need a bootsplash to complete the project ! Any Ideas ? Cheers Varadarajan www.cloudversity.com www.thinteknix.com _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
