On Tue, 16 Jun 2009 09:47:57 +0100 (BST), "Vic" <[email protected]>
wrote:
> Hi All.
> 
> I've almost got my first PXE cobbler installation going. But I'm
stumped...
> 
> My kickstart file ins=cludes the network_config snippet. In that, there
is
> the line:
> 
> %include /tmp/pre_install_network_config
> 
> Now I'm not sure whether this file is suppsed to be included on the
> cobbler server & passed down in-line (in which case why /tmp?), or
whether
> it's supposed to be downloaded separately by the target - if so, that
> doesn't seem to be happening :-(
> 
> Can anyone show me what I've done wrong?
> 
> I'm using 1.6.5 on a RHEL4-alike server, in case that's relevant.
> 
> Thanks!
> 
> Vic.

That file should be generated in the %pre section.  You should be including
the snippet "pre_install_network_config" (see the sample.ks for this) in
your %pre, which generates the correct lines based on the networking
configuration of your system.

The file itself is here:
/var/lib/cobbler/snippets/pre_install_network_config

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to