aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02/mounting.xml
diff options
context:
space:
mode:
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 98a99ed38..45f222485 100644
--- a/chapter02/mounting.xml
+++ b/chapter02/mounting.xml
@@ -27,12 +27,12 @@ mount -v -t ext4 /dev/<replaceable>&lt;xxx&gt;</replaceable> $LFS</userinput></s
<para>If using multiple partitions for LFS (e.g., one for <filename
class="directory">/</filename> and another for <filename
- class="directory">/usr</filename>), mount them using:</para>
+ class="directory">/home</filename>), mount them using:</para>
<screen role="nodump"><userinput>mkdir -pv $LFS
mount -v -t ext4 /dev/<replaceable>&lt;xxx&gt;</replaceable> $LFS
-mkdir -v $LFS/usr
-mount -v -t ext4 /dev/<replaceable>&lt;yyy&gt;</replaceable> $LFS/usr</userinput></screen>
+mkdir -v $LFS/home
+mount -v -t ext4 /dev/<replaceable>&lt;yyy&gt;</replaceable> $LFS/home</userinput></screen>
<para>Replace <replaceable>&lt;xxx&gt;</replaceable> and
<replaceable>&lt;yyy&gt;</replaceable> with the appropriate partition