Rewrote the usbfs warning. (merged from trunk r6260)

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6310 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Archaic 2005-07-01 23:19:30 +00:00
parent aabd480689
commit 808f5aff40
2 changed files with 4 additions and 9 deletions

View File

@ -59,9 +59,10 @@ devices:</para>
<screen>usbfs /proc/bus/usb usbfs devgid=14,devmode=0660 0 0 </screen> <screen>usbfs /proc/bus/usb usbfs devgid=14,devmode=0660 0 0 </screen>
<para>This option will only work if <quote>Support for Host-side <para>This option will only work if <quote>Support for Host-side USB</quote> and
USB</quote> and <quote>USB device filesystem</quote> are compiled into <quote>USB device filesystem</quote> are compiled into the kernel or if compiled
the kernel (not as a module).</para> as modules, that the modules are listed in
<filename>/etc/sysconfig/modules</filename>.</para>
</sect1> </sect1>

View File

@ -82,12 +82,6 @@ we do not recommend this option. It is often better to explore all the
configuration menus and create the kernel configuration from configuration menus and create the kernel configuration from
scratch.</para> scratch.</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 <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 this case &gcc-version;. Compiling with 2.95.x is known to cause failures in
the glibc test suite, so it is not recommended to compile the kernel the glibc test suite, so it is not recommended to compile the kernel