commit | 066f230dd89952671a5faae172e6c73a9af08512 | [log] [tgz] |
---|---|---|
author | Steve Muckle <smuckle@google.com> | Mon Jan 09 11:54:20 2017 -0800 |
committer | Rob Landley <rob@landley.net> | Sat Jan 28 16:50:01 2017 -0600 |
tree | 0e6293f2817e6533603c4a65638ed362cb8e5b8d | |
parent | 8b2646e1c048163e01a8dd7349f1e23d21ad76b0 [diff] |
modprobe: add -d option to specify module directory path(s) While most systems have their kernel modules, modules.dep etc located at /lib/modules/`uname -r` this is not always the case. The -d option may be used to specify a nonstandard path for these files. It may be used more than once to specify multiple directories where these files may be found.