diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2018-06-29 15:29:46 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-06-29 15:29:46 -0500 |
commit | a571a42421b337380b6f5751635c55906bb8b508 (patch) | |
tree | 2e5e83d5801b2c00381f84648914671137228457 /conf.d | |
parent | 79648ac1c6355975abca6acf6076e7022037523f (diff) |
modules: remove the ability to rename modules on the fly
Kmod doesn't support the -o switch, so if you have been using this your
module loads have been failing.
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/modules | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/conf.d/modules b/conf.d/modules index c35b9edf..d13ff895 100644 --- a/conf.d/modules +++ b/conf.d/modules @@ -8,11 +8,6 @@ #modules_2="ipv6" #modules="ohci1394" -# Linux users can give modules a different name when they load - the new name -# will also be used to pick arguments below. -# This is not supported on FreeBSD. -#modules="dummy:dummy1" - # Linux users can give the modules some arguments if needed, per version # if necessary. # Again, the most specific versioned variable will take precedence. |