aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03
diff options
context:
space:
mode:
Diffstat (limited to 'chapter03')
-rw-r--r--chapter03/mounting.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml
index c1673b537..38b15eb28 100644
--- a/chapter03/mounting.xml
+++ b/chapter03/mounting.xml
@@ -27,8 +27,9 @@ now.</para>
<para>If you decided to create multiple partitions for LFS (say $LFS and
$LFS/usr), mount them like this:</para>
-<para><screen><userinput>mkdir -p /mnt/lfs/usr &amp;&amp;
+<para><screen><userinput>mkdir -p /mnt/lfs &amp;&amp;
mount /dev/xxx /mnt/lfs &amp;&amp;
+mkdir /mnt/lfs/usr &amp;&amp;
mount /dev/yyy /mnt/lfs/usr</userinput></screen></para>
<para>Of course, replace /dev/xxx and /dev/yyy with the appropriate