unix/fiss

src/modules-load/modules-load.8.txt in master
Repositories | Summary | Log | Files | LICENSE

modules-load.8.txt (1156B) download


 1@man modules-load 8 "MAY 2023" "%VERSION%" "fiss man page"
 2@header modules-load(8) %VERSION%
 3
 4@title name Name
 5
 6*modules-load* - configure kernel modules at boot
 7
 8
 9@title synopsis Synopsis
10
11*modules-load* [*-nv*]
12
13
14@title description Description
15
16modules-load reads files which contain kernel modules to load during boot from the list of locations below.
17
18@list
19*-n*
20dry-run mode. This option does everything but actually insert or
21delete the modules.
22
23*-v*
24verbose mode. Print messages about what the program is doing.
25@endlist
26
27@title files Files
28
29Configuration files are read from the following locations:
30
31@list
32_/etc/modules-load.d/*.conf_
33
34_/run/modules-load.d/*.conf_
35
36_/usr/lib/modules-load.d/*.conf_
37@endlist
38
39The configuration files should simply contain a list of kernel module
40names to load, separated by newlines. Empty lines and lines whose first
41non-whitespace character is # or ; are ignored.
42
43
44@title history History
45
46This program is a replacement for the modules-load utility provided by
47systemd.
48
49
50@title author Author
51
52Leah Neukirchen, [email protected] (first shell-implementation)
53
54Friedel Schon, [email protected] (C-implementation)