From c2f2e792fd1efa5ef5f2ac543f8814e926cc7fd5 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sat, 10 Sep 2005 23:16:13 +0000 Subject: [PATCH] More nodump roles for mounting in chapter 2 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6826 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter02/mounting.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chapter02/mounting.xml b/chapter02/mounting.xml index 0ac3f91bf..e9ffd2d26 100644 --- a/chapter02/mounting.xml +++ b/chapter02/mounting.xml @@ -17,12 +17,12 @@ to you. Choose a mount point and assign it to the LFS environment variable by running: -export LFS=/mnt/lfs +export LFS=/mnt/lfs Next, 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 @@ -32,7 +32,7 @@ partition. class="directory">/ and another for /usr), mount them using: -mkdir -p $LFS +mkdir -p $LFS mount /dev/[xxx] $LFS mkdir $LFS/usr mount /dev/[yyy] $LFS/usr