Ignore:
Timestamp:
03/20/2020 02:02:42 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, 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:
77d2a882
Parents:
840b7db
Message:

Update to systemd-245

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    r840b7db rc06f49a  
    6464    <para>Remove tests that cannot be built in chroot:</para>
    6565
    66 <screen><userinput remap="pre">sed '177,$ d' -i src/resolve/meson.build</userinput></screen>
     66<screen><userinput remap="pre">sed '179,$ d' -i src/resolve/meson.build</userinput></screen>
    6767
    6868    <para>Remove an unneeded group,
     
    9898      -Db_lto=false                \
    9999      -Drpmmacrosdir=no            \
     100      -Dhomed=false                \
     101      -Duserdb=false               \
    100102      ..</userinput></screen>
    101103
     
    183185        </listitem>
    184186      </varlistentry>
     187
     188      <varlistentry>
     189        <term><parameter>-D{userdb,homed}=false</parameter></term>
     190        <listitem>
     191          <para>Remove two daemons that have dependencies that do not fit
     192          the scope of LFS.</para>
     193        </listitem>
     194      </varlistentry>
     195
    185196    </variablelist>
    186197
     
    217228<screen><userinput remap="adjust">systemctl disable systemd-time-wait-sync.service</userinput></screen>
    218229
    219     <!--
    220230    <para>Prevent systemd from resetting the maximum PID value which causes
    221231    some problems with packages and units in BLFS:</para>
    222      FCRON in particular
    223 
    224 <screen><userinput remap="adjust">rm -f /etc/sysctl.d/50-pid-max.conf</userinput></screen>
    225     -->
     232   
     233
     234<screen><userinput remap="adjust">rm -f /usr/lib/sysctl.d/50-pid-max.conf</userinput></screen>
     235
    226236    <para>Cleanup symbolic links to Util-Linux libraries:</para>
    227237
     
    255265        systemd-id128, systemd-inhibit, systemd-machine-id-setup,
    256266        systemd-mount, systemd-notify, systemd-nspawn, systemd-path,
    257         systemd-resolve (symlink to resolvectl), systemd-run,
     267        systemd-repart, systemd-resolve (symlink to resolvectl), systemd-run,
    258268        systemd-socket-activate, systemd-stdio-bridge, systemd-tmpfiles,
    259269        systemd-tty-ask-password-agent, systemd-umount (symlink to
     
    673683      </varlistentry>
    674684
     685      <varlistentry id="systemd-repart">
     686        <term><command>systemd-repart</command></term>
     687        <listitem>
     688          <para>Used go grow and add partitions to a partition table when
     689          systemd is used in an OS image (e.g. a container).</para>
     690          <indexterm zone="ch-system-systemd systemd-repart">
     691            <primary sortas="b-systemd-repart">systemd-repart</primary>
     692          </indexterm>
     693        </listitem>
     694      </varlistentry>
     695
    675696      <varlistentry id="systemd-resolve">
    676697        <term><command>systemd-resolve</command></term>
Note: See TracChangeset for help on using the changeset viewer.