Post-Installation scripts execution ordering

Chris Lumens clumens at redhat.com
Wed Jun 8 16:58:17 UTC 2011


> I have a kickstart file with multiple %post.  The reason why I am doing so
> is because I have %post that is a bash script and I have another %post that
> is a Perl script.
> 
> Does Anaconda executes %post in sequential order or in parallel with
> threads?
> 
> What I want to accomplish is I want my %post bash script runs first then my
> %post Perl script.

All %post scripts should be executed in the order they are encountered
in the kickstart file.

- Chris




More information about the Kickstart-list mailing list