diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 20:41:59 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 20:41:59 +0000 |
commit | 0c012ac2c96978a0d297cdd21888564f8267bc8c (patch) | |
tree | 7f565f610a2d64d9fce47c75c1f9b2766cade71f /chapter08/fstab.xml | |
parent | 89d204ea76f9105b3539bf58c36e598266661fb4 (diff) |
Fixed the identation of /etc/fstab and some tagins regresions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/fstab.xml')
-rw-r--r-- | chapter08/fstab.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index ef811fada..c5cc0123b 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -19,12 +19,12 @@ this:</para> # file system mount-point fs-type options dump fsck-order -/dev/<replaceable>[xxx]</replaceable> / <replaceable>[fff]</replaceable> defaults 1 1 -/dev/<replaceable>[yyy]</replaceable> swap swap pri=1 0 0 -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 +/dev/<replaceable>[xxx]</replaceable> / <replaceable>[fff]</replaceable> defaults 1 1 +/dev/<replaceable>[yyy]</replaceable> swap swap pri=1 0 0 +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 # End /etc/fstab EOF</userinput></screen> |