[system-administrators-guide/21] Fixing index /etc/modules-load.d/

stephenw stephenw at fedoraproject.org
Wed Mar 4 08:28:37 UTC 2015


commit 22d7325ed85a1ef70fc3cddd0476c3e90844223e
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Thu Jan 29 12:12:33 2015 +0100

    Fixing index /etc/modules-load.d/

 en-US/Working_with_Kernel_Modules.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/en-US/Working_with_Kernel_Modules.xml b/en-US/Working_with_Kernel_Modules.xml
index 214f01c..352b9d9 100644
--- a/en-US/Working_with_Kernel_Modules.xml
+++ b/en-US/Working_with_Kernel_Modules.xml
@@ -456,7 +456,7 @@ rmmod crc_itu_t</screen>
     <indexterm>
       <primary>kernel module</primary>
       <secondary>directories</secondary>
-      <tertiary><filename class="directory">/etc/sysconfig/modules/</filename></tertiary>
+      <tertiary><filename class="directory">/etc/modules-load.d/</filename></tertiary>
     </indexterm>
     <para>As shown in <xref
         linkend="ex-Listing_information_about_a_kernel_module_with_lsmod"/>, many kernel modules are loaded automatically at boot time. You can specify additional modules to be loaded by the <systemitem class="daemon">systemd-modules-load.service</systemitem> daemon by creating a <filename><replaceable>program</replaceable>.conf</filename> file in the <filename class="directory">/etc/modules-load.d/</filename> directory, where <replaceable>program</replaceable> is any descriptive name of your choice. The files in <filename class="directory">/etc/modules-load.d/</filename> are text files that list the modules to be loaded, one per line.</para>


More information about the docs-commits mailing list