Author: xry111
Date: Thu Feb  4 22:51:37 2021
New Revision: 12128

Log:
ch08/systemd: sync with BLFS

Modified:
   trunk/BOOK/chapter08/systemd.xml

Modified: trunk/BOOK/chapter08/systemd.xml
==============================================================================
--- trunk/BOOK/chapter08/systemd.xml    Thu Feb  4 13:32:58 2021        (r12127)
+++ trunk/BOOK/chapter08/systemd.xml    Thu Feb  4 22:51:37 2021        (r12128)
@@ -212,6 +212,10 @@
 
 <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 @@
  
 <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>
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to