From: Gordan B. <go...@bo...> - 2009-05-05 21:16:03
|
Gordan Bobic wrote: > Module dependencies don't seem to get worked out correctly. e100 module > requires mii module to be loaded. mkinitrd -l doesn't package mii module > into the initrd. This might be due to the fact that depmod -a never ran > on the new kernel. Either way, this is something that initrd -l should > really deal with on it's own without requiring manual intervention via -M. Especially when -M doesn't work: # /opt/atix/comoonics-bootimage/mkinitrd -l -M mii /tmp/initrd_sr.img 2.6.18-128.1.6.el5 /opt/atix/comoonics-bootimage/mkinitrd: illegal option -- M Error wrong option. Gordan |