You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module options might come not only from modprobe.d config files (as #62) but from the command line itself.
It looks like kernel does not use /proc/cmdline for module options implicitly. It is expected that a user reads cmdline, parses it and supplies the module options explicitly.
Uh oh!
There was an error while loading. Please reload this page.
Module options might come not only from modprobe.d config files (as #62) but from the command line itself.
It looks like kernel does not use
/proc/cmdline
for module options implicitly. It is expected that a user reads cmdline, parses it and supplies the module options explicitly.It might be the root of #20
The text was updated successfully, but these errors were encountered: