From a56c4bb4ed1f624285acc639cb4967c81883d567 Mon Sep 17 00:00:00 2001 From: "Alexander E. Patrakov" Date: Sat, 29 May 2004 15:11:32 +0000 Subject: Several kernel-related textual changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3722 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/fstab.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'chapter08/fstab.xml') diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 812508335..5b706eee4 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -25,7 +25,6 @@ proc /proc proc defaults 0 0 sysfs /sys sysfs defaults 0 0 devpts /dev/pts devpts gid=4,mode=620 0 0 shm /dev/shm tmpfs defaults 0 0 -usbfs /proc/bus/usb usbfs devgid=14,devmode=0660 0 0 # End /etc/fstab EOF @@ -33,8 +32,7 @@ usbfs /proc/bus/usb usbfs devgid=14,devmode=0660 0 0 and fff with the values appropriate for your system -- for example hda2, hda5 and reiserfs. For all the details on the six fields in this -table, see man 5 fstab. Omit the usbfs line if you didn't -compile "USB device filesystem" into the kernel. +table, see man 5 fstab. When using a reiserfs partition, the 1 1 at the end of the line should be replaced with 0 0, as such a @@ -53,9 +51,10 @@ tree. fstab file. One example is a line to use if you intend to use USB devices: -usbfs /proc/bus/usb usbfs defaults 0 0 + usbfs /proc/bus/usb usbfs devgid=14,devmode=0660 0 0 -This option will of course only work if you have the relevant support -compiled into your kernel. +This option will of course only work if you have the +"Support for Host-side USB" and "USB device filesystem" +compiled into your kernel (not as a module). -- cgit v1.2.3-54-g00ecf