From b13b4e3c9a90f963d0bb7248d45c23df88e42b35 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 18 Oct 2002 17:32:29 +0000 Subject: [PATCH] reworded git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2177 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter03/mounting.xml | 4 ++-- 1 file 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 Replace xxx with the designation of the LFS partition. -(If you decided to use multiple partitions for LFS (say one for +If you have decided to use multiple partitions for LFS (say one for / and another for /usr), mount them like this: @@ -31,7 +31,7 @@ mkdir $LFS/usr && mount /dev/yyy $LFS/usr Of course, replace xxx and yyy -with the appropriate partition names.) +with the appropriate partition names. Now that we've made ourselves a place to work in, we're ready to begin assembling the temporary tools in the next chapter.