From 21ba4e3570c1c2524b0733d492ced9634b259353 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Thu, 9 Oct 2003 23:22:07 +0000 Subject: Internal markup reworking to fix the extraneous whitespace problem in the "tidy generated" web site pages. Essentially replace all ocurrences of with (and of course the matching closing tags). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/fstab.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter08/fstab.xml') diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index b89afd0c2..c52daee44 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -7,7 +7,7 @@ determine where partitions are to be mounted by default, which file systems must be checked and in which order. Create a new file systems table like this: -cat > /etc/fstab << "EOF" +cat > /etc/fstab << "EOF" # Begin /etc/fstab # filesystem mount-point fs-type options dump fsck-order @@ -19,7 +19,7 @@ devpts /dev/pts devpts gid=4,mode=620 0 0 shm /dev/shm tmpfs defaults 0 0 # End /etc/fstab -EOF +EOF Of course, replace xxx, yyy and fff with the values appropriate for your system -- @@ -43,7 +43,7 @@ kernel source 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 defaults 0 0 This option will of course only work if you have the relevant support compiled into your kernel. -- cgit v1.2.3-54-g00ecf