diff --git a/chapter04/creatingminlayout.xml b/chapter04/creatingminlayout.xml
index df72e7b43..1cc01af92 100644
--- a/chapter04/creatingminlayout.xml
+++ b/chapter04/creatingminlayout.xml
@@ -37,15 +37,6 @@ ln -sv usr/libx32 $LFS/libx32
ln -sv usr/lib32 $LFS/lib32
ln -sv usr/libx32 $LFS/libx32
-
-
- The above command is correct. The ln command has
- a few syntactic versions, so be sure to check
- info coreutils ln and ln(1)
- before reporting what you may think is an error.
-
-
-
Programs in will be compiled
with a cross-compiler (more details in section ). In order to separate this
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index fef811122..9e61eaeb9 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -58,6 +58,15 @@ esac
ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib64
ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib64/ld-lsb-x86-64.so.3
+
+
+ The above command is correct. The ln command has
+ a few syntactic versions, so be sure to check
+ info coreutils ln and ln(1)
+ before reporting what you may think is an error.
+
+
+
Some of the Glibc programs use the non-FHS compliant
/var/db directory to store their
runtime data. Apply the following patch to make such programs store their