[finnix] igb network dirver depends on dca module which does not get included by finnix-netboot-server
Ryan Finnie
ryan at finnie.org
Wed Jan 20 10:22:48 PST 2010
On Wed, Jan 20, 2010 at 9:09 AM, Lars Holowko <Lars.Holowko at quantum.com> wrote:
> After applying the patch below and re-running
> /usr/sbin/finnix-netboot-server, everything seems to work.
Good catch, but I do want to re-work that section now that you've
alerted me to it. Currently it uses the findmods sub on those base
modules (loop, unionfs, etc), but then just copies kernel/drivers/net/
into place blindly afterwards, which is a problem since dca is not in
kernel/drivers/net/. findmods is capable of recursing through module
dependencies, so the final solution should be to change the "cp -a"
line to a "find; findmods; cp" loop that copies over all net modules,
dependencies and all, to the destination.
RF
More information about the finnix
mailing list