Ruben Kerkhof wrote: > Hi all, > > At this moment, the buildiso command creates an isolinux.cfg file > based on the settings defined for eth0. > Unfortunately, at my job we don't have any control over which > interfaces are patched, and have to use eth2 for kickstarting > machines. We have to use static configs as well (no dhcp and pxe). > > I've been thinking of a clean way to patch this, but the closest I've > come up with is to introduce another property in cobbler like > 'ksdevice'. > > I'd love to hear any thoughts on this. > > Kind regards, > > Ruben > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler >
I presume this means you also have a static configuration (otherwise ksdevice=bootif would be fine for you). I'm not sure I want such a specific setting in a cobbler system if it would only work for buildiso, as that would be a bit hard to explain. Perhaps we could make buildiso more template based to give you something that would allow use of --ksmeta to provide arbitrary variable usage. --Michael _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
