Hello List, I am creating a diagnostic livecd that will run a custom script as soon as it boots. I'd like to bypass the login screen altogether and automatically log in as the root user.
I was considering creating a custom rpm with the following lines in the following files like so: /etc/gdm/custom.conf AutomaticLoginEnable=true AutomaticLogin=root and my /etc/pam.d/gdm #auth required pam_succeed_if.so user != root quiet Is there a better way to achieve this than customizing these config files and over-writing them in an RPM? Thanks in advance. -- livecd mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/livecd
