Skip to content
Commit 78286cdf authored by Lucas De Marchi's avatar Lucas De Marchi Committed by Linus Torvalds
Browse files

Documentation: replace install commands with softdeps



Install commands should not be used to specify soft dependencies among
modules. When loading modules it's much better to have a softdep that
modprobe knows what's being done than having to fork/exec another
instance of modprobe to load the other module.

By using a softdep user has also an option to remove the dependencies
when removing the module (and if its refcount dropped to 0)

Signed-off-by: default avatarLucas De Marchi <lucas.demarchi@profusion.mobi>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 970e2486
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment