Void Linux manpages
NAME
modules-load —
Configure kernel modules to load at boot
SYNOPSIS
DESCRIPTION
modules-load reads files which contain
kernel modules to load during boot from the list of locations below.
FILES
Configuration files are read from the following locations:
- /etc/modules-load.d/*.conf
- /run/modules-load.d/*.conf
- /usr/lib/modules-load.d/*.conf
The configuration files should simply contain a list of kernel module names to load, separated by newlines. Empty lines and lines whose first non-whitespace character is # or ; are ignored.
EXAMPLES
/etc/modules-load.d/virtio-net.conf:
# Load virtio-net.ko at boot virtio-net
SEE ALSO
HISTORY
This program is a replacement for the
modules-load utility provided by
systemd.
Leah Neukirchen, leah@vuxu.org.
LICENSE
modules-load is in the public domain.