aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-06-13 13:43:27 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-06-13 13:43:27 +0000
commit89fd6446de7392cec8e3603f48b51f04753c32b1 (patch)
tree776abba4abaabbe44f4fc685ec6f82c96722ccbe /chapter03
parentbc8b8a68814fbce2f7c55d2e4f772832f6946c8f (diff)
Revert changes for mounting partitions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1992 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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