Changeset a815ec7


Ignore:
Timestamp:
02/05/2021 06:51:37 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
6e8c493
Parents:
a649b07
Message:

ch08/systemd: sync with BLFS

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12128 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    ra649b07 ra815ec7  
    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.