modules-load.8.txt (1156B)
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 16 modules-load reads files which contain kernel modules to load during boot from the list of locations below. 17 18 @list 19 *-n* 20 dry-run mode. This option does everything but actually insert or 21 delete the modules. 22 23 *-v* 24 verbose mode. Print messages about what the program is doing. 25 @endlist 26 27 @title files Files 28 29 Configuration 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 39 The configuration files should simply contain a list of kernel module 40 names to load, separated by newlines. Empty lines and lines whose first 41 non-whitespace character is # or ; are ignored. 42 43 44 @title history History 45 46 This program is a replacement for the modules-load utility provided by 47 systemd. 48 49 50 @title author Author 51 52 Leah Neukirchen, [email protected] (first shell-implementation) 53 54 Friedel Schon, [email protected] (C-implementation)