Ignore:
Timestamp:
02/06/2021 06:41:29 AM (3 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
efa633e
Parents:
f695e02
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12130 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    rf695e02 r4bda698  
    213213<screen><userinput remap="install">rm -f /usr/bin/xsltproc</userinput></screen>
    214214
     215    <para>Remove an useless directory:</para>
     216
     217<screen><userinput remap="install">rm -rf /usr/lib/pam.d</userinput></screen>
     218
    215219    <para>Create the <filename>/etc/machine-id</filename> file needed by
    216220    <command>systemd-journald</command>:</para>
     
    229233<screen><userinput remap="adjust">systemctl disable systemd-time-wait-sync.service</userinput></screen>
    230234
     235<!-- dev: 50-pid-max.conf is not removed in BLFS, so I commented the following out.
     236          If it causes any trouble, we can add this back and also copy it into BLFS -->
     237<!--
    231238    <para>Prevent systemd from resetting the maximum PID value which causes
    232239    some problems with packages and units in BLFS:</para>
    233240   
    234241<screen><userinput remap="adjust">rm -f /usr/lib/sysctl.d/50-pid-max.conf</userinput></screen>
     242-->
    235243
    236244  </sect2>
Note: See TracChangeset for help on using the changeset viewer.