diff --git a/chapter08/python.xml b/chapter08/python.xml
index d60378abb..0f22ab2a9 100644
--- a/chapter08/python.xml
+++ b/chapter08/python.xml
@@ -90,10 +90,6 @@
automatically re-run failed tests. If a test failed but then passed
when re-run, it should be considered as passed.
- Two tests named test_xml_etree and
- test_xml_etree_c are known to fail with expat-2.6.0
- or newer.
-
Install the package:
make install
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml
index b07f86e8f..f4f4615ac 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
diff --git a/chapter09/clock.xml b/chapter09/clock.xml
index be60684fb..c5aaa9a7a 100644
--- a/chapter09/clock.xml
+++ b/chapter09/clock.xml
@@ -8,7 +8,7 @@
- Configuring the system clock
+ Configuring the System Clock
clock