From 4a7a683b9a72b17fe56efe9b1e0e2e33d1c9278d Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 13 May 2003 07:38:47 +0000 Subject: Applied Zack's various-fixes patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter03/mounting.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter03') diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml index c1cdd954f..aad021ca0 100644 --- a/chapter03/mounting.xml +++ b/chapter03/mounting.xml @@ -15,7 +15,7 @@ by running: Now create the mount point and mount the LFS file system by running: -mkdir -p $LFS && +mkdir -p $LFS mount /dev/xxx $LFS Replace xxx with the designation of the LFS @@ -25,9 +25,9 @@ partition. / and another for /usr), mount them like this: -mkdir -p $LFS && -mount /dev/xxx $LFS && -mkdir $LFS/usr && +mkdir -p $LFS +mount /dev/xxx $LFS +mkdir $LFS/usr mount /dev/yyy $LFS/usr Of course, replace xxx and yyy -- cgit v1.2.3-54-g00ecf