diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-20 19:18:05 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-20 19:18:05 +0000 |
commit | 1012ef954c912c86a775a7d728f3fdf3a38384a6 (patch) | |
tree | c467d9865ec05f57d7f772bdfc48daec38581a5b /chapter08 | |
parent | fc29848099e78f250bd23131e879d952ceab9422 (diff) |
Minor wording change in kernel page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 974352511..66c0d44ea 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -83,11 +83,11 @@ option <quote>Virtual memory file system support</quote> is enabled. It resides within the <quote>File systems</quote> menu and is normally enabled by default.</para> -<para>LFS bootscripts make the assumption that either both -<quote>Support for Host-side USB</quote> and <quote>USB device -filesystem</quote> have been compiled directly into the kernel, or -that neither is compiled at all. Bootscripts will not work properly -if it is a module (usbcore.ko).</para> +<para>LFS Bootscripts make the assumption that both <quote>Support for Host-side +USB</quote> and <quote>USB device filesystem</quote> have been compiled directly +into the kernel, or that neither is compiled at all. The bootscripts will not +work properly if <quote>Host-side USB</quote> is compiled as a module +(usbcore.ko).</para> <note><para>NPTL requires the kernel to be compiled with GCC 3.x, in this case &gcc-version;. Compiling with 2.95.x is known to cause failures in |