X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fmodules-load.d.xml;h=01013e0222e8b95101436afd598373a4a05e43b3;hp=47acc08e63541668822f24aa54c66d76b03fbe8b;hb=78d54bd42b87818f5d0ef862d247f9db4844fadd;hpb=a7c64469b68f442bcaaf771ac14a88c1b2a08b29 diff --git a/man/modules-load.d.xml b/man/modules-load.d.xml index 47acc08e6..01013e022 100644 --- a/man/modules-load.d.xml +++ b/man/modules-load.d.xml @@ -4,19 +4,19 @@ @@ -47,17 +47,19 @@ /etc/modules-load.d/*.conf + /run/modules-load.d/*.conf + /usr/lib/modules-load.d/*.conf Description systemd uses - /etc/modules-load.d/ to configure + files from the above directories 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 + that it is usually 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 @@ -68,19 +70,34 @@ Configuration Format The configuration files should simply contain a - list of kernel modul names to load, seperated by + list of kernel module names to load, separated by newlines. Empty lines and lines whose first non-whitespace character is # or ; are ignored. + Each configuration file is named in the style of + <program>.conf. + Files in /etc/ override + files with the same name in /usr/lib/. + Files in /run override files with + the same name in /etc/ and + /usr/lib/. Packages should install their + configuration files in /usr/lib/, files + in /etc/ are reserved for the local + administration, which possibly decides to override the + configurations installed from packages. All files are sorted + by filename in alphabetical order, regardless in which of the + directories they reside, to ensure that a specific + configuration file takes precedence over another file with + an alphabetically later name. Example - /etc/modules-load.d/uinput.conf example: + /etc/modules-load.d/virtio-net.conf example: - # Load uinput.ko at boot -uinput + # Load virtio-net.ko at boot +virtio-net