diff options
Diffstat (limited to 'chapter08/systemd.xml')
-rw-r--r-- | chapter08/systemd.xml | 6 |
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 --> <!-- |