Ignore:
Timestamp:
03/21/2020 12:01:26 PM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
7b4634c
Parents:
997d961
Message:

MultiLib: Merge changes from trunk

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    r997d961 r7354a12  
    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
     
    398408        systemd-id128, systemd-inhibit, systemd-machine-id-setup,
    399409        systemd-mount, systemd-notify, systemd-nspawn, systemd-path,
    400         systemd-resolve (symlink to resolvectl), systemd-run,
     410        systemd-repart, systemd-resolve (symlink to resolvectl), systemd-run,
    401411        systemd-socket-activate, systemd-stdio-bridge, systemd-tmpfiles,
    402412        systemd-tty-ask-password-agent, systemd-umount (symlink to
     
    816826      </varlistentry>
    817827
     828      <varlistentry id="systemd-repart">
     829        <term><command>systemd-repart</command></term>
     830        <listitem>
     831          <para>Used go grow and add partitions to a partition table when
     832          systemd is used in an OS image (e.g. a container).</para>
     833          <indexterm zone="ch-system-systemd systemd-repart">
     834            <primary sortas="b-systemd-repart">systemd-repart</primary>
     835          </indexterm>
     836        </listitem>
     837      </varlistentry>
     838
    818839      <varlistentry id="systemd-resolve">
    819840        <term><command>systemd-resolve</command></term>
Note: See TracChangeset for help on using the changeset viewer.