X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fmodules-load.d.xml;h=31ffd74bb74c6710385acd6508867c5adb16736b;hb=41584525cf0a9d3a8bfb76008a3fc663b86bfdde;hp=47acc08e63541668822f24aa54c66d76b03fbe8b;hpb=a7c64469b68f442bcaaf771ac14a88c1b2a08b29;p=elogind.git diff --git a/man/modules-load.d.xml b/man/modules-load.d.xml index 47acc08e6..31ffd74bb 100644 --- a/man/modules-load.d.xml +++ b/man/modules-load.d.xml @@ -57,7 +57,7 @@ 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,7 +68,7 @@ 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. @@ -77,10 +77,10 @@ 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