HPlogo HP-UX Reference Volume 3 of 5 > l

loadmods(4)

» 

Technical documentation

Complete book in PDF

 » Table of Contents

 » Index

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

© Hewlett-Packard Development Company, L.P.