diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 027148798..83e37a763 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -35,6 +35,17 @@
-->
+
+ 2014-01-25
+
+
+ [bdubbs] - Add a configure switch to util-linux
+ in Chapter 5 to prevent an installation error for
+ hosts that have systemd installed.
+
+
+
+
2014-01-22
diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml
index c049150b4..8407f802c 100644
--- a/chapter05/util-linux.xml
+++ b/chapter05/util-linux.xml
@@ -42,7 +42,9 @@
Prepare Util-linux for compilation:
-./configure --prefix=/tools --disable-makeinstall-chown
+./configure --prefix=/tools \
+ --disable-makeinstall-chown \
+ --without-systemdsystemunitdir
The meaning of the configure option:
@@ -56,6 +58,15 @@
root.
+
+
+ --without-systemdsystemunitdir
+
+ On systems that use systemd, the package tries to install
+ a systemd specific file to a non-existent directory in /tools.
+ This switch disables the unnecessary action.
+
+
Compile the package:
diff --git a/general.ent b/general.ent
index 6fb9384db..f32cbc748 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-
-
+
+