diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 906a66553..4ac27cf1b 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,16 @@
-->
+
+ January 23, 2006
+
+
+ [matthew] - Install documentation for the Linux kernel. Thanks
+to Tushar for the report. Fixes bug 1683.
+
+
+
+
January 23, 2006
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index 457e1c2fb..9a9de871b 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -147,6 +147,11 @@
cp -v .config /boot/config-&linux-version;
+ Install the documentation for the Linux kernel:
+
+install -d /usr/share/doc/linux-&linux-version; &&
+cp -r Documentation/* /usr/share/doc/linux-&linux-version;
+
It is important to note that the files in the kernel source
directory are not owned by root. Whenever a
package is unpacked as user root (like we did