<div dir="ltr">+1 (even if it is cosmetic) :)<div>-Thomas</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 18, 2016 at 11:03 AM, Chris Lumens <span dir="ltr"><<a href="mailto:clumens@redhat.com" target="_blank">clumens@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> I generate a kickstart via from python code and generation if fine.<br>
> But order of section in my case is:<br>
><br>
> - partitioning, users, repositories etc.<br>
> - %pre section<br>
> - %post section<br>
> - %packages section<br>
><br>
> But what about if I would like to change the order to:<br>
> - partitioning, users, repositories etc.<br>
> - %pre section<br>
> - %packages section<br>
> - %post section<br>
><br>
> Post and packages are exchanged.<br>
<br>
</span>This would require code changes - check out BaseHandler.__str__ in<br>
pykickstart/base.py.<br>
<span class="HOEnZb"><font color="#888888"><br>
- Chris<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
Kickstart-list mailing list<br>
<a href="mailto:Kickstart-list@redhat.com">Kickstart-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/kickstart-list" rel="noreferrer" target="_blank">https://www.redhat.com/<wbr>mailman/listinfo/kickstart-<wbr>list</a><br>
</div></div></blockquote></div><br></div>