diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml
index 2d325d5cd..0de3af24b 100644
--- a/chapter08/systemd.xml
+++ b/chapter08/systemd.xml
@@ -226,6 +226,18 @@ meson setup \
ninja
+ Some tests need a basic /etc/os-release file.
+ To test the results, issue:
+
+echo 'NAME="Linux From Scratch"' > /etc/os-release
+ninja test
+
+
+ One test named systemd:core / test-namespace
+ is known to fail in the LFS chroot environment. Some other tests may
+ fail because they depend on various kernel configuration options.
+
Install the package:
ninja install