diff options
-rw-r--r-- | chapter08/systemd.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 31eed51b2..899ee3f14 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -212,6 +212,10 @@ meson --prefix=/usr \ <screen><userinput remap="install">rm -f /usr/bin/xsltproc</userinput></screen> + <para>Remove an useless directory:</para> + +<screen><userinput remap="install">rm -rf /usr/lib/pam.d</userinput></screen> + <para>Create the <filename>/etc/machine-id</filename> file needed by <command>systemd-journald</command>:</para> @@ -228,10 +232,14 @@ meson --prefix=/usr \ <screen><userinput remap="adjust">systemctl disable systemd-time-wait-sync.service</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 --> +<!-- <para>Prevent systemd from resetting the maximum PID value which causes some problems with packages and units in BLFS:</para> <screen><userinput remap="adjust">rm -f /usr/lib/sysctl.d/50-pid-max.conf</userinput></screen> +--> </sect2> |