here are some corrections for my last posting. > NOTE: i am using here drvnet.img to get the modules. you can use also the > files in the kernel-2.?.??-?BOOT*.rpm package (the modules can be found in > /lib/modules/kernel-2.?.??-?BOOT/kernel/drivers/net) but you dont have a > nice pcitable file in the drvnet.img. | like note: afaik only drvnet.img includes the pcitable file in the format like you need it. ########################## module-info | > # edit modinfo, check /tmp/drvnet-modules/modinfo to see how redhat did it > # dont forget about the TABS, not that they would matter here but well :p note: module-info and modinfo have the same format, just the filenames are different. dont know why. only go...hmmm...redhat knows why ;> ########################### > # copy the files back to the mounted initrd image > rm -f /mnt/bootnet-initrd/modules/* > cp -a [a-z] /mnt/bootnet-initrd/modules cp -a [a-z]* /mnt/bootnet-initrd/modules ########################### oj