Through kickstart I setup everything I need.
On CentOS 7 I still get the "welcome" screen followed by a couple more then your ready to start using centos
how do I get Rid of those series of screens ?
Thanks
Jerry
I found two ways of doing it
Don't install the package gnome-initial-setup or
Add to /etc/gdm/custom.conf
[daemon] InitialSetupEnable=False
-Thomas
On Jul 3, 2015 12:38, Jerry Geis geisj@pagestation.com wrote:
Through kickstart I setup everything I need.
On CentOS 7 I still get the "welcome" screen followed by a couple more then your ready to start using centos
how do I get Rid of those series of screens ?
Thanks
Jerry _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
----- Original Message ----- | Through kickstart I setup everything I need. | | On CentOS 7 I still get the "welcome" screen followed by | a couple more then your ready to start using centos | | how do I get Rid of those series of screens ? | | Thanks | | Jerry
In your kickstart add the following if you haven't already.
eula --agreed firstboot --disable