diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 58aaf169b..2f77d6741 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -42,6 +42,10 @@ First a summary, then a detailed log.
+November 7, 2005 [matt]: Stop Udev from killing udevd processes
+on the host system (fixes bug 1651). Thanks to Alexander Patrakov for the
+report and the fix.
+
November 5, 2005 [matt]: Add a note to the toolchain sanity
check in chapter 5 to explain that if TCL fails to build, it's an indication of
a broken toolchain (bug 1581).
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index 36949fde2..29282b70e 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -45,7 +45,22 @@ devices nodes are to be created.
Install the package:
-make udevdir=/dev install
+make DESTDIR=/ udevdir=/dev install
+
+The meaning of the make option:
+
+
+
+ DESTDIR=/
+
+
+ This prevents the Udev build process from killing any
+ udevd processes that may be running on the host
+ system.
+
+
+
+
Udev's configuration is far from ideal by default, so install
the configuration files here:
diff --git a/general.ent b/general.ent
index b15dd2c99..bc1e28055 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-
-
+
+