From Bugzilla Helper: User-Agent: Mozilla/5.0 Galeon/1.2.0 (X11; Linux i686; U;) Gecko/20020326 Description of problem: mkinitrd --preload <module> is not functional Version-Release number of selected component (if applicable): mkinitrd-3.3.6-2 How reproducible: Always Steps to Reproduce: 1. Use the --preload option to mkinitrd Actual Results: The module specified is echoed. eg. PRE <module> Expected Results: An initial ramdisk should be created containing the modules specified with --preload options. Additional info: Looking at the mkinitrd script I found the following: note the 'exit 0' --------------------------------------------------------- --preload*) if echo $1 | grep '=' >/dev/null ; then modname=`echo $1 | sed 's/^--preload=//'` else modname=$2 shift fi PREMODS="$PREMODS $modname" echo PRE $PREMODS exit 0 ;; ---------------------------------------------------------
oops, you're right.
fixed in 3.3.10
Realized I should leave this open until the fix gets built into a tree.
And built