diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-05-20 03:00:52 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-05-20 03:00:52 +0000 |
commit | 4e7e16d690f171637017a6d7219d89f9670cc8cb (patch) | |
tree | b92b835db46e2d612b6fa6042b007acd0c19e350 /chapter08 | |
parent | 28c4c1ede4b77d1807aacd03cb1133cd502c30de (diff) |
Expand discussion of file system types and
make ext4 the example LFS partition type
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10286 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 48775dd07..197adf866 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -41,7 +41,7 @@ EOF</userinput></screen> with the values appropriate for the system, for example, <filename class="partition">sda2</filename>, <filename class="partition">sda5</filename>, and <systemitem - class="filesystem">ext3</systemitem>. For details on the six + class="filesystem">ext4</systemitem>. For details on the six fields in this file, see <command>man 5 fstab</command>.</para> <!-- |