Browse Source

Second attempt at usbfs rewording.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6296 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Archaic 20 năm trước cách đây
mục cha
commit
a4663f0339
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      chapter08/fstab.xml

+ 3 - 2
chapter08/fstab.xml

@@ -60,8 +60,9 @@ devices:</para>
 <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 USB</quote> and
-<quote>USB device filesystem</quote> are compiled into the kernel or if compiled
-as modules, that the modules are listed in
+<quote>USB device filesystem</quote> are configured in the kernel. If
+<quote>Support for Host-side USB</quote> is compiled as a module, then
+<filename>usbcore</filename> must be listed in
 <filename>/etc/sysconfig/modules</filename>.</para>
 
 </sect1>