diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index cf26bdb57..081aa58ba 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,19 @@
-->
+
+ 2006-11-30
+
+
+ [matthew] - Fix an ICA breakage in E2fsprogs. Sed needs to be
+ built before E2fsprogs and a hardcoded reference to
+ /bin/rm needs to be changed to point to
+ /tools/bin/rm instead. Thanks to Greg Schafer for
+ the report and fix.
+
+
+
+
2006-11-25
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index 8d759a775..8cdfec221 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -24,6 +24,7 @@
+
@@ -31,7 +32,6 @@
-
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index ed8beb67e..960a32bb6 100644
--- a/chapter06/e2fsprogs.xml
+++ b/chapter06/e2fsprogs.xml
@@ -37,6 +37,11 @@
Installation of E2fsprogs
+ Fix a hardcoded path to /bin/rm in E2fsprogs'
+ testsuite:
+
+ sed -i -e 's@/bin/rm@/tools&@' lib/blkid/test_probe.in
+
It is recommended that E2fsprogs be built in a subdirectory of
the source tree:
diff --git a/general.ent b/general.ent
index ef92d4bf1..c4e0a8657 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-
-
+
+