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