diff --git a/chapter04/creatingminlayout.xml b/chapter04/creatingminlayout.xml
index cc640a450..7bc0321d2 100644
--- a/chapter04/creatingminlayout.xml
+++ b/chapter04/creatingminlayout.xml
@@ -10,14 +10,14 @@
Creating a limited directory layout in LFS filesystem
- The first task performed in the LFS partition is to create a limited
- directory hierarchy so that programs compiled in The next task to be performed in the LFS partition is to create a limited
+ directory hierarchy, so that the programs compiled in (as well as glibc and libstdc++ in ) may be installed in their final
- location. This is needed so that those temporary programs be overwritten
- when rebuilding them in .
+ linkend="chapter-cross-tools"/>) can be installed in their final
+ location. We do this so those temporary programs will be overwritten when
+ the final versions are built in .
- Create the required directory layout by running the following as
+ Create the required directory layout by issuing the following commands as
root:
mkdir -pv $LFS/{etc,var} $LFS/usr/{bin,lib,sbin}
@@ -31,10 +31,10 @@ case $(uname -m) in
esac
Programs in will be compiled
- with a cross-compiler (more details in section ). In order to separate this
- cross-compiler from the other programs, it will be installed in a special
- directory. Create this directory with:
+ with a cross-compiler (more details can be found in section ). This cross-compiler will be installed
+ in a special directory, to separate it from the other programs. Still acting as
+ &root;, create that directory with this command:
mkdir -pv $LFS/tools