RHEL7 Client Kickstart
I'm working on a RHEL7 Client Kickstart profile and I've got the script almost done. One of the last things I'm trying to figure out is how to make it so that the system does not automatically ask for local user creation and go through the process of asking for info to create a new local user and log them in automatically. I have a post script with the following lines:
rm -f /etc/xdg/autostart/gnome-initial-setup-first-login.desktop
rm -f /etc/xdg/autostart/gnome-initial-setup-copy-worker.desktop
But it still goes through the initial setup process when it boots the first time. I don't want local users as I have it set up to use LDAP authentication (which is working well). What I want to happen is...when the Kickstart script is complete and the system restarts, it should just come up to a login screen. Not sure what else to do to get the system to no run GNOME initial setup.
Any ideas?
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
