I was looking at the create_checkpoints.py I noticed that there was code in there that looked like it was basically typing root/root into the login screen to auto login.
I just wanted to share an alternate way to accomplish this in a more permanent way: http://www.thelinuxdaily.com/2010/03/setup-auto-login-using-mingetty/ To amend these instructions for the PARSEC image that comes with MARSS, the file you want to edit in your disk image is: /etc/event.d/tty1 and you want the exec line to read: exec /sbin/mingetty --autologin root tty1 If your networking isn't working to run apt-get, see Avadh's previous post http://www.mail-archive.com/[email protected]/msg00058.html
_______________________________________________ http://www.marss86.org Marss86-Devel mailing list [email protected] https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel
