On Wed, Jan 11, 2017 at 04:47:49AM +0000, Ian Mortimer wrote:
On Tue, 2017-01-10 at 16:02 -0600, Valeri Galtsev wrote:
My question is: how do you avoid "firstboot" screen in latest CentOS 7.3 kickstart. ... Here are relevant lines from my kickstart that I assume should have taken care of everything (in the order of their appearance, I dropped irrelevant lines):
firstboot --disable eula --agreed
You could try adding in your %packages stanza:
-firstboot
https://bugs.centos.org/view.php?id=12584 ... %post # workaround required but should be handled by anaconda. imho systemctl disable initial-setup-graphical.service ..
Cheers
Tru