diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-10-18 17:32:29 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-10-18 17:32:29 +0000 |
commit | b13b4e3c9a90f963d0bb7248d45c23df88e42b35 (patch) | |
tree | b720f9986ef058e63f10bcf15477e18956d7f2b3 /chapter03 | |
parent | 85e6c02dd64378bb3983ed8e7db9161fbcc39986 (diff) |
reworded
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2177 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/mounting.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml index 31c3b2384..343542301 100644 --- a/chapter03/mounting.xml +++ b/chapter03/mounting.xml @@ -21,7 +21,7 @@ mount /dev/xxx $LFS</userinput></screen></para> <para>Replace <filename>xxx</filename> with the designation of the LFS partition.</para> -<para>(If you decided to use multiple partitions for LFS (say one for +<para>If you have decided to use multiple partitions for LFS (say one for <filename>/</filename> and another for <filename>/usr</filename>), mount them like this:</para> @@ -31,7 +31,7 @@ mkdir $LFS/usr && mount /dev/yyy $LFS/usr</userinput></screen></para> <para>Of course, replace <filename>xxx</filename> and <filename>yyy</filename> -with the appropriate partition names.)</para> +with the appropriate partition names.</para> <para>Now that we've made ourselves a place to work in, we're ready to begin assembling the temporary tools in the next chapter.</para> |