From b1ddf927df2998ae400c183306f9b1fadd9a3e01 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 11 Sep 2001 16:45:42 +0000 Subject: 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 --- chapter08/fstab.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter08') 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: Another example is a line to use if you intend to use USB devices: -none /proc/bus/usb usbdevfs defaults 0 0 +usbdevfs /proc/bus/usb usbdevfs defaults 0 0 Both of these options will only work if you have the relevant support compiled into your kernel. -- cgit v1.2.3-54-g00ecf