diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-07-01 21:29:34 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-07-01 21:29:34 +0000 |
commit | a4663f033941f2a183ac0c5594f7ae62aa688819 (patch) | |
tree | e6d239b8d83d4aff5d1d4bfb23a0355f7fc4df11 /chapter08 | |
parent | d001e2b771e78c4c7ab2ec528c868f681ea7d3c5 (diff) |
Second attempt at usbfs rewording.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6296 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/fstab.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 74baa6d5e..2cbde9f98 100644 --- a/chapter08/fstab.xml +++ b/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> |