From a7c64469b68f442bcaaf771ac14a88c1b2a08b29 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 21 Nov 2010 20:41:00 +0100 Subject: man: document /etc/modules-load.d/ --- man/modules-load.d.xml | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 man/modules-load.d.xml (limited to 'man/modules-load.d.xml') diff --git a/man/modules-load.d.xml b/man/modules-load.d.xml new file mode 100644 index 0000000000..47acc08e63 --- /dev/null +++ b/man/modules-load.d.xml @@ -0,0 +1,95 @@ + + + + + + + + modules-load.d + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + modules-load.d + 5 + + + + modules-load.d + Configure kernel modules to load at boot + + + + /etc/modules-load.d/*.conf + + + + Description + + systemd uses + /etc/modules-load.d/ to configure + kernel modules to load during boot in a static list. + Each configuration file is named in the style of + /etc/modules-load.d/<program>.conf. Note + that it is usally a better idea to use the automatic + module loading by PCI ID, by DMI ID or similar + triggers configured in the kernel modules themselves + instead of relying on static configuration like + this. + + + + Configuration Format + + The configuration files should simply contain a + list of kernel modul names to load, seperated by + newlines. Empty lines and lines whose first + non-whitespace character is # or ; are ignored. + + + + + Example + + /etc/modules-load.d/uinput.conf example: + + # Load uinput.ko at boot +uinput + + + + + See Also + + systemd1, + modprobe8 + + + + -- cgit v1.2.3-54-g00ecf