On Fri, Sep 2, 2011 at 11:37 AM, Maria Lees <[email protected]> wrote: > I would like to be able to specify a module parameter (specifically 'rss=0' > for an Intel 10GBe NIC) for a system that I am trying to PXE boot. I've not > found anything in the documentation specific to module parameters, but have > tried "ixgbe.rss=0" as a kernel parameter. I didn't really expect that to > work (and it didn't) since the driver is a module rather than compiled into > the kernel. Is there a solution that only involves cobbler / kickstart or do > I need to build a kernel with the driver compiled in? >
you could write a snippet that populates /etc/modprobe.d with the appropiate information. this can be done in your kickstart/autoyast/preseed file. -- Grtz, Jörgen Maas _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
