Vic 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 :-( > >
This is a kickstart include that is generated at install time on the system being installed, it is generated in %pre. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
