aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2022-11-03 14:33:43 -0500
committerDouglas R. Reno <renodr@linuxfromscratch.org>2022-11-03 14:33:43 -0500
commit172185a9f786aedc2842696084faf95249162b04 (patch)
treeec4042e366a399705312cf5b07a85c2894dbc435 /chapter08
parentf84d8a6f28c4d39a9427da11225ec68042b6990b (diff)
Update to systemd-252.
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/systemd.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml
index da750e440..86f75e2e8 100644
--- a/chapter08/systemd.xml
+++ b/chapter08/systemd.xml
@@ -40,9 +40,11 @@
<sect2 role="installation">
<title>Installation of systemd</title>
+<!--
<para>First, fix an issue introduced by glibc-2.36.</para>
<screen><userinput remap="pre">patch -Np1 -i ../&systemd-upstream-patch;</userinput></screen>
+-->
<para>Remove two unneeded groups,
<systemitem class="groupname">render</systemitem> and
@@ -202,6 +204,10 @@ meson --prefix=/usr \
<screen><userinput remap="adjust">systemctl disable systemd-sysupdate</userinput></screen>
+ <para>Also disable that unit's timer:</para>
+
+<screen><userinput remap="adjust">systemd disable systemd-sysupdate-reboot.timer</userinput></screen>
+
<!-- dev: 50-pid-max.conf is not removed in BLFS, so I commented the following out.
If it causes any trouble, we can add this back and also copy it into BLFS -->
<!--