Browse Source

Text clarification

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11675 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 5 years ago
parent
commit
2e836feb0b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      chapter08/kernel.xml

+ 2 - 1
chapter08/kernel.xml

@@ -212,7 +212,8 @@ Kernel hacking  --->
     class="directory">linux-&linux-version;/Documentation</filename> directory.
     Also, <filename>modprobe.d(5)</filename> may be of interest.</para>
 
-    <para>Install the modules, if the kernel configuration uses them:</para>
+    <para>Unless module support has been disabled in the kernel configuration,
+    install the modules with:</para>
 
 <screen><userinput remap="install">make modules_install</userinput></screen>