NAME
modules.conf
—
Kernel module config file
DESCRIPTION
Themodules.conf
file is read by the
modules rc.d script during system start-up to load
modules at boot, before the system security level is raised.
FILE FORMAT
Lines starting with a hash (‘#’) and empty lines are ignored. All other lines are passed to modload(8).
FILES
- /etc/modules.conf
- The
modules.conf
configuration file resides in /etc. - /etc/rc.d/modules
- rc.d(8) script that parses
modules.conf
.