diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 0bbf40dfc..0f454eb96 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,17 @@
-->
+
+ 2009-06-06
+
+
+ [bdubbs] - Change instruction for minimum kernel version
+ to 2.6.18 in glibc. This corresponds to the stealth changes made to
+ the host requirements page made on May 26.
+
+
+
+
2009-06-01
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index ad5182b69..23255dfa2 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -68,7 +68,7 @@ esac
../glibc-&glibc-version;/configure --prefix=/tools \
--host=$LFS_TGT --build=$(../glibc-&glibc-version;/scripts/config.guess) \
--disable-profile --enable-add-ons \
- --enable-kernel=2.6.0 --with-headers=/tools/include \
+ --enable-kernel=2.6.18 --with-headers=/tools/include \
libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes
@@ -100,10 +100,11 @@ esac
- --enable-kernel=2.6.0
+ --enable-kernel=2.6.18
This tells Glibc to compile the library with support
- for 2.6.x Linux kernels.
+ for 2.6.18 and later Linux kernels. Workarounds for older
+ kernels are not enabled.
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 097f1dff7..7089efbf0 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -126,7 +126,7 @@ esac
../glibc-&glibc-version;/configure --prefix=/usr \
--disable-profile --enable-add-ons \
- --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc
+ --enable-kernel=2.6.18 --libexecdir=/usr/lib/glibc
The meaning of the new configure options:
diff --git a/general.ent b/general.ent
index 5103ae06e..0d165587c 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-
-
+
+