diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-11 16:45:42 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-11 16:45:42 +0000 |
commit | b1ddf927df2998ae400c183306f9b1fadd9a3e01 (patch) | |
tree | 573568324332e23d8441ffbf340f6fa50fb98cef /chapter08 | |
parent | 65f4c063bb2bbe55c3fbadd2628fff8f70983561 (diff) |
changed label 'none' to usbdevfs so it's easier to figure out to see
what it is from a 'mount' output
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1224 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/fstab.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 37e9b1b50..cf0800025 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -36,7 +36,7 @@ devpts:</para> <para>Another example is a line to use if you intend to use USB devices:</para> -<para><screen>none /proc/bus/usb usbdevfs defaults 0 0</screen></para> +<para><screen>usbdevfs /proc/bus/usb usbdevfs defaults 0 0</screen></para> <para>Both of these options will only work if you have the relevant support compiled into your kernel.</para> |