diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2006-05-07 12:42:05 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2006-05-07 12:42:05 +0000 |
commit | a92b3e7bdc36fa426be5283ce3ac2c55dc07de22 (patch) | |
tree | 8ed74538596609140c968c272e472569ac15bf35 /chapter08 | |
parent | 9357812b469635c9cda11834aa2a75aba4cef479 (diff) |
Move to ext3, resolves #1792.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7590 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 144a9be25..f5e1ba626 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -39,7 +39,7 @@ EOF</userinput></screen> with the values appropriate for the system, for example, <filename class="partition">hda2</filename>, <filename class="partition">hda5</filename>, and <systemitem - class="filesystem">ext2</systemitem>. For details on the six + class="filesystem">ext3</systemitem>. For details on the six fields in this file, see <command>man 5 fstab</command>.</para> <para>The <filename class="directory">/dev/shm</filename> mount point |