Changeset 808f5af


Ignore:
Timestamp:
07/01/2005 11:19:30 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
cbc99c8
Parents:
aabd480
Message:

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

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/fstab.xml

    raabd480 r808f5af  
    6060<screen>usbfs        /proc/bus/usb usbfs   devgid=14,devmode=0660 0 0 </screen>
    6161
    62 <para>This option will only work if <quote>Support for Host-side
    63 USB</quote> and <quote>USB device filesystem</quote> are compiled into
    64 the kernel (not as a module).</para>
     62<para>This option will only work if <quote>Support for Host-side USB</quote> and
     63<quote>USB device filesystem</quote> are compiled into the kernel or if compiled
     64as modules, that the modules are listed in
     65<filename>/etc/sysconfig/modules</filename>.</para>
    6566
    6667</sect1>
  • chapter08/kernel.xml

    raabd480 r808f5af  
    8282configuration menus and create the kernel configuration from
    8383scratch.</para>
    84 
    85 <para>LFS Bootscripts make the assumption that both <quote>Support for Host-side
    86 USB</quote> and <quote>USB device filesystem</quote> have been compiled directly
    87 into the kernel, or that neither is compiled at all. The bootscripts will not
    88 work properly if <quote>Host-side USB</quote> is compiled as a module
    89 (usbcore.ko).</para>
    9084
    9185<note><para>NPTL requires the kernel to be compiled with GCC 3.x, in
Note: See TracChangeset for help on using the changeset viewer.