Ignore:
Timestamp:
01/24/2020 02:17:13 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.0-rc1, 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, 9.1, 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:
7010480
Parents:
3a1e22e8
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    r3a1e22e8 rf18ed3d  
    217217<screen><userinput remap="adjust">systemctl disable systemd-time-wait-sync.service</userinput></screen>
    218218
     219    <!--
    219220    <para>Prevent systemd from resetting the maximum PID value which causes
    220221    some problems with packages and units in BLFS:</para>
    221     <!-- FCRON in particular -->
     222     FCRON in particular
    222223
    223224<screen><userinput remap="adjust">rm -f /etc/sysctl.d/50-pid-max.conf</userinput></screen>
    224 
     225    -->
    225226    <para>Cleanup symbolic links to Util-Linux libraries:</para>
    226227
    227228<screen><userinput remap="adjust">rm -fv /usr/lib/lib{blkid,uuid,mount}.so*</userinput></screen>
    228 
     229    <!--
    229230    <para>Prevent systemd from creating <filename>/run/nologin</filename>
    230231    to allow unprivileged user logins without
     
    232233
    233234<screen><userinput remap="adjust">rm -f /usr/lib/tmpfiles.d/systemd-nologin.conf</userinput></screen>
    234 
     235    -->
    235236  </sect2>
    236237
Note: See TracChangeset for help on using the changeset viewer.