aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02/mounting.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-05-20 03:00:52 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-05-20 03:00:52 +0000
commit4e7e16d690f171637017a6d7219d89f9670cc8cb (patch)
treeb92b835db46e2d612b6fa6042b007acd0c19e350 /chapter02/mounting.xml
parent28c4c1ede4b77d1807aacd03cb1133cd502c30de (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 'chapter02/mounting.xml')
-rw-r--r--chapter02/mounting.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter02/mounting.xml b/chapter02/mounting.xml
index 09378afc8..5a6000f73 100644
--- a/chapter02/mounting.xml
+++ b/chapter02/mounting.xml
@@ -26,7 +26,7 @@
running:</para>
<screen role="nodump"><userinput>mkdir -pv $LFS
-mount -v -t ext3 /dev/<replaceable>&lt;xxx&gt;</replaceable> $LFS</userinput></screen>
+mount -v -t ext4 /dev/<replaceable>&lt;xxx&gt;</replaceable> $LFS</userinput></screen>
<para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the designation of the LFS
partition.</para>
@@ -36,9 +36,9 @@ mount -v -t ext3 /dev/<replaceable>&lt;xxx&gt;</replaceable> $LFS</userinput></s
class="directory">/usr</filename>), mount them using:</para>
<screen role="nodump"><userinput>mkdir -pv $LFS
-mount -v -t ext3 /dev/<replaceable>&lt;xxx&gt;</replaceable> $LFS
+mount -v -t ext4 /dev/<replaceable>&lt;xxx&gt;</replaceable> $LFS
mkdir -v $LFS/usr
-mount -v -t ext3 /dev/<replaceable>&lt;yyy&gt;</replaceable> $LFS/usr</userinput></screen>
+mount -v -t ext4 /dev/<replaceable>&lt;yyy&gt;</replaceable> $LFS/usr</userinput></screen>
<para>Replace <replaceable>&lt;xxx&gt;</replaceable> and
<replaceable>&lt;yyy&gt;</replaceable> with the appropriate partition