[CentOS] Annoying license at install

Fri Oct 9 16:23:24 UTC 2015
Gordon Messmer <gordon.messmer at gmail.com>

On 10/09/2015 08:46 AM, John Hodrien wrote:
> I install with kickstart with:
>
> eula --agreed
> firstboot --disable 

Since David has people download and run a script, I'm inclined to 
believe he's not using kickstart.  But he should. :)

Using kickstart, all of those scripts can be run in the "%post" 
post-install section, and the system will be fully configured when it 
boots for the first time.  As John pointed out, the eula and other 
"firstboot" tasks can be disabled in the kickstart configuration.

In the meantime, David should be able to disable the license prompt 
after installing the graphical desktop packages:

# systemctl disable initial-setup-text
# systemctl disable initial-setup-graphical

kickstart reference:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Installation_Guide/sect-kickstart-syntax.html