diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml
index a1999e278..58ede8508 100644
--- a/chapter08/systemd.xml
+++ b/chapter08/systemd.xml
@@ -69,6 +69,7 @@ meson setup \
-Dpamconfdir=no \
-Ddev-kvm-mode=0660 \
-Dnobody-group=nogroup \
+ -Dsysupdate=disabled \
-Dukify=disabled \
-Ddocdir=/usr/share/doc/systemd-&systemd-version; \
..
@@ -190,6 +191,17 @@ meson setup \
+
+ -Dsysupdate=disabled
+
+ Do not install the systemd-sysupdate
+ tool. It's designed for automatically upgrading binary distros,
+ so it's useless for a basic Linux system built from source.
+ And it will report errors on boot if it's enabled but not properly
+ configured.
+
+
+
-Dukify=disabled
@@ -227,12 +239,6 @@ meson setup \
systemctl preset-all
- Disable two services for upgrading binary distros. They are useless for
- a basic Linux system built from source, and each one will report an error if
- it's enabled but not configured:
-
-systemctl disable systemd-sysupdate{,-reboot}
-