diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 18:55:22 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 18:55:22 +0000 |
commit | 4d938efaa059430738ff5c7dbae00b42e1b5b7d5 (patch) | |
tree | e2a4374e71c42df0a86ef0034f57da7f58182688 /chapter08/fstab.xml | |
parent | e5846effb0fab3c1f10b071660f96b45749d74cb (diff) |
Rewrote the usbfs warning.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6260 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/fstab.xml')
-rw-r--r-- | chapter08/fstab.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 969d306fb..74baa6d5e 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -59,9 +59,10 @@ 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 (not as a module).</para> +<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 +<filename>/etc/sysconfig/modules</filename>.</para> </sect1> |