]> git.ipfire.org Git - thirdparty/kmod.git/blobdiff - man/depmod.xml
libkmod, depmod, modprobe: Make directory for kernel modules configurable
[thirdparty/kmod.git] / man / depmod.xml
index 3b0097184fd77bbbda3b41769ace23cf5a0659c6..fce2a4a67a89d8d1c31ec4b19f034b3502c5beb4 100644 (file)
@@ -80,7 +80,7 @@
     </para>
     <para> <command>depmod</command> creates a list of module dependencies by
       reading each module under
-      <filename>/lib/modules/</filename><replaceable>version</replaceable> and
+      <filename>@MODULE_DIRECTORY@/</filename><replaceable>version</replaceable> and
       determining what symbols it exports and what symbols it needs.  By
       default, this list is written to <filename>modules.dep</filename>, and a
       binary hashed version named <filename>modules.dep.bin</filename>, in the
         <listitem>
           <para>
             If your modules are not currently in the (normal) directory
-            <filename>/lib/modules/</filename><replaceable>version</replaceable>,
+            <filename>@MODULE_DIRECTORY@/</filename><replaceable>version</replaceable>,
             but in a staging area, you can specify a
             <replaceable>basedir</replaceable> which is prepended to the
             directory name.  This <replaceable>basedir</replaceable> is