[PATCH] modprobe: Read module options from kernel command line

Pete Zaitcev zaitcev at redhat.com
Thu Sep 4 21:13:48 UTC 2008


On Thu, 04 Sep 2008 13:54:18 -0700, Dan Nicholson <dbn.lists at gmail.com> wrote:

> @@ -1586,6 +1626,7 @@ int main(int argc, char *argv[])
>  
>  		read_toplevel_config(config, "", 1, 0,
>  			     &modoptions, &commands, &aliases, &blacklist);
> +		read_kcmdline(1, &modoptions);
>  		read_config(aliasfilename, "", 1, 0,&modoptions, &commands,
>  			    &aliases, &blacklist);
>  		read_config(symfilename, "", 1, 0, &modoptions, &commands,

I see two of them. You didn't add it into insmod by any chance?
If so, there has to be a way to override this.

-- Pete




More information about the Fedora-kernel-list mailing list