From: Gordan B. <go...@bo...> - 2009-05-05 21:08:12
|
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. Gordan |