diff --git a/chapter04/aboutlfs.xml b/chapter04/aboutlfs.xml index 64f20f1b4..d97f634b0 100644 --- a/chapter04/aboutlfs.xml +++ b/chapter04/aboutlfs.xml @@ -12,14 +12,14 @@ be used several times. It is paramount that this variable is always defined. It should be set to the mount point chosen for the LFS partition. Check that the LFS variable is set up properly with: -echo $LFS +echo $LFS Make sure the output shows the path to the LFS partition's mount point, which is /mnt/lfs if the provided example was followed. If the output is incorrect, the variable can be set with: -export LFS=/mnt/lfs +export LFS=/mnt/lfs Having this variable set is beneficial in that commands such as mkdir $LFS/tools can be typed literally. The shell