aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/systemd.xml8
-rw-r--r--chapter06/util-linux.xml4
2 files changed, 8 insertions, 4 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index 92fa91c5b..2a8ebd6d2 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -52,6 +52,14 @@
<screen><userinput remap="pre">sed '178,222d' -i src/resolve/meson.build</userinput></screen>
+<!-- These are from upstream. There will probably be a new release shortly,
+ so don't bother with a patch. -->
+ <para>Make some fixes from upstream:</para>
+
+<screen><userinput remap="pre">sed -i '527,565 d' src/basic/missing.h
+sed -i '24 d' src/core/load-fragment.c
+sed -i '53 a#include &lt;sys/mount.h&gt;' src/shared/bus-unit-util.cd</userinput></screen>
+
<para>Remove an unneeded group,
<systemitem class="groupname">render</systemitem>, from the default udev
rules:</para>
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index 5973081e4..72e7ddf1b 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -115,10 +115,6 @@
<screen><userinput remap="test">chown -Rv nobody .
su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
- <note><para>One test, fincore/count, may fail in the initial chroot
- environment but will pass if the test is rerun after the LFS system
- is complete.</para></note>
-
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>