On Tue, 17 Aug 2010, Jacob Brown wrote: > To: "[email protected]" <[email protected]> > From: Jacob Brown <[email protected]> > Subject: [CentOS] When does %POST kick in in Kickstart? > > Okay, this is really simple but because Google has deteriorated in quality > over time, it's getting really hard to find straight forward answers. > > Very simple; when does the %POST section of the Kickstart file kick in during > the install process? > > Before or after the first reboot?
The %post section of a kickstart file is the last thing to run during the execution of the kickstart file by anaconda. Kind Regards, Keith Roberts ----------------------------------------------------------------- Websites: http://www.php-debuggers.net http://www.karsites.net http://www.raised-from-the-dead.org.uk All email addresses are challenge-response protected with TMDA [http://tmda.net] ----------------------------------------------------------------- _______________________________________________ CentOS mailing list [email protected] http://lists.centos.org/mailman/listinfo/centos

