aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/systemd.xml
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2020-01-24 02:17:13 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2020-01-24 02:17:13 +0000
commitf18ed3d8e756f6ec5263dd540c1686d1eb9d6beb (patch)
tree4457e15d1a9179a62b303d172679648465c6f617 /chapter06/systemd.xml
parent3a1e22e8fd2284548527b86b5de0d8d8dfb4b6cf (diff)
systemd: remove obsolete installation commands (obsolete since 244 was released)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11735 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r--chapter06/systemd.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index 0554072d2..82b280dcd 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -216,22 +216,23 @@ meson --prefix=/usr \
<screen><userinput remap="adjust">systemctl disable systemd-time-wait-sync.service</userinput></screen>
+ <!--
<para>Prevent systemd from resetting the maximum PID value which causes
some problems with packages and units in BLFS:</para>
- <!-- FCRON in particular -->
+ FCRON in particular
<screen><userinput remap="adjust">rm -f /etc/sysctl.d/50-pid-max.conf</userinput></screen>
-
+ -->
<para>Cleanup symbolic links to Util-Linux libraries:</para>
<screen><userinput remap="adjust">rm -fv /usr/lib/lib{blkid,uuid,mount}.so*</userinput></screen>
-
+ <!--
<para>Prevent systemd from creating <filename>/run/nologin</filename>
to allow unprivileged user logins without
<application>systemd-logind</application>:</para>
<screen><userinput remap="adjust">rm -f /usr/lib/tmpfiles.d/systemd-nologin.conf</userinput></screen>
-
+ -->
</sect2>
<sect2 id="contents-systemd" role="content">