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