HP-UX Reference (11i v1 00/12) - 4 File Formats (vol 8)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man4/!!!intro.4
________________________________________________________________
___ ___
l
loadmods(4) loadmods(4)
NAME
loadmods - loadable modules to load into the running kernel during boot
DESCRIPTION
The /etc/loadmods file contains the names of dynamically loadable kernel modules that are loaded into
the running kernel at boot time. If the system administrator wants a dynamically loadable kernel module
to be demand loaded on every system reboot, s/he may add the name of the module to this file.
If the /etc/loadmods file is present at boot time, the /sbin/init.d/kminit script executes the
kmadmin command and demand loads the modules listed in the file.
An entry for a module consists of a line of the following form:
module_name
The specified module must have been configured as loadable (see config(1M)).
Blank lines and lines beginning with ‘#’or‘* are considered comments and are ignored.
FILES
/sbin/init.d/kminit
SEE ALSO
config(1M), kmsystem(1M), kmadmin(1M), master(4).
Section 4156 1 HP-UX Release 11i: December 2000
___
___