diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 5962ed0e2..f550547d7 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,16 @@
-->
+
+ 2006-11-24
+
+
+ [jhuntwork] - Simplified the installation of
+ Linux Headers in Chapter 5.
+
+
+
+
2006-11-10
diff --git a/chapter05/linux-headers.xml b/chapter05/linux-headers.xml
index 9396208c9..3c068bf77 100644
--- a/chapter05/linux-headers.xml
+++ b/chapter05/linux-headers.xml
@@ -49,12 +49,9 @@
Install the header files:
-mkdir /tools/tmp
-make mrproper
+make mrproper
make headers_check
-make INSTALL_HDR_PATH=/tools/tmp headers_install
-cp -R /tools/tmp/include/* /tools/include
-rm -r /tools/tmp
+cp -av usr/include/* /tools/include
diff --git a/general.ent b/general.ent
index 5bc43bca2..a4a220565 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-
-
+
+