aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-06-13 00:39:42 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-06-13 00:39:42 +0000
commitffc873df522415b10be030ad27e4e3fd55a77ea7 (patch)
tree2be75c74e09964acb5ecbd67a012413f6c98671d /chapter03
parenta0e0ac0fc9e18442f30de03d136a3120311ac7e6 (diff)
Joined two commands which create the /mnt/lfs and /mnt/lfs/usr directories.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1989 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r--chapter03/mounting.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml
index 38b15eb28..c1673b537 100644
--- a/chapter03/mounting.xml
+++ b/chapter03/mounting.xml
@@ -27,9 +27,8 @@ 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 &amp;&amp;
+<para><screen><userinput>mkdir -p /mnt/lfs/usr &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