Thanks,<br><br>I should have thought of that, I have seen things that were similar.<br>I was looking into a much more difficult solution.<br><br><div><span class="gmail_quote">On 7/24/07, <b class="gmail_sendername">Matt Hyclak
</b> <<a href="mailto:hyclak@math.ohiou.edu">hyclak@math.ohiou.edu</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Tue, Jul 24, 2007 at 09:18:07AM -0600, drew einhorn enlightened us:
<br>> I've  been trying without success to use kickstart %includes to simplify and<br>> modularize<br>> my kickstart files.  Haven't bee able to figure out where to put the files<br>> to be included<br>
> so they can be found when the kickstart is running.<br>><br><br>They need to be visible to the system either by having them available on the<br>local filesystem, or by mounting an NFS share or similar. I accomplish this
<br>by using wget in the %pre stanza. My cobbler template looks something like:<br><br>%packages<br>%include /tmp/packages_${hostname}<br><br>%pre<br>wget -P /tmp <a href="http://server/ks/packages_${hostname}">http://server/ks/packages_${hostname}
</a><br><br>Matt<br><br>--<br>Matt Hyclak<br>Department of Mathematics<br>Department of Social Work<br>Ohio University<br>(740) 593-1263<br><br>_______________________________________________<br>et-mgmt-tools mailing list
<br><a href="mailto:et-mgmt-tools@redhat.com">et-mgmt-tools@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/et-mgmt-tools">https://www.redhat.com/mailman/listinfo/et-mgmt-tools</a><br></blockquote></div>
<br><br clear="all"><br>-- <br>Drew Einhorn