Kickstart ordering

Thomas Sanders drlogix at gmail.com
Thu Aug 18 20:28:32 UTC 2016


+1 (even if it is cosmetic) :)
-Thomas

On Thu, Aug 18, 2016 at 11:03 AM, Chris Lumens <clumens at redhat.com> wrote:

> > I generate a kickstart via from python code and generation if fine.
> > But order of section in my case is:
> >
> > - partitioning, users, repositories etc.
> > - %pre section
> > - %post section
> > - %packages section
> >
> > But what about if I would like to change the order to:
> > - partitioning, users, repositories etc.
> > - %pre section
> > - %packages section
> > - %post section
> >
> > Post and packages are exchanged.
>
> This would require code changes - check out BaseHandler.__str__ in
> pykickstart/base.py.
>
> - Chris
>
> _______________________________________________
> Kickstart-list mailing list
> Kickstart-list at redhat.com
> https://www.redhat.com/mailman/listinfo/kickstart-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/kickstart-list/attachments/20160818/52e34de4/attachment.htm>


More information about the Kickstart-list mailing list