diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-09-22 16:13:35 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-09-22 16:13:35 +0000 |
commit | 2e836feb0bf935c2e4625d195743ab9b8c833fb8 (patch) | |
tree | ae2d2fa0afcf3d41a1102b72454aacb82c6f76a7 /chapter08 | |
parent | ff097a94f58bad9c6265ac018d65be2a43ef1e05 (diff) |
Text clarification
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11675 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 641494cb9..334b1b45d 100644 --- a/chapter08/kernel.xml +++ b/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> |