Ignore:
Timestamp:
12/28/2020 08:33:15 AM (3 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
3e73c5d
Parents:
f6193295
Message:

Merge changes from trunk to multilib

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    rf6193295 r0be020f  
    4747-->
    4848
     49    <para>First, apply a patch to fix some regressions:</para>
     50
     51<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
     52
    4953    <para>Create a symlink to work around the xsltproc command not being installed:</para>
    5054
     
    5761    <para>Remove tests that cannot be built in chroot:</para>
    5862
    59 <screen><userinput remap="pre">sed '177,$ d' -i src/resolve/meson.build</userinput></screen>
     63<screen><userinput remap="pre">sed '181,$ d' -i src/resolve/meson.build</userinput></screen>
    6064
    6165    <para>Remove an unneeded group,
     
    9397      -Duserdb=false                \
    9498      -Dman=true                    \
     99      -Dmode=release                \
    95100      -Ddocdir=/usr/share/doc/systemd-&systemd-version; \
    96101      ..</userinput></screen>
     
    183188          <para>Remove two daemons that have dependencies that do not fit
    184189          the scope of LFS.</para>
     190        </listitem>
     191      </varlistentry>
     192
     193      <varlistentry>
     194        <term><parameter>-Dmode=release</parameter></term>
     195        <listitem>
     196          <para>Disable some features considered experimental by upstream.
     197          </para>
    185198        </listitem>
    186199      </varlistentry>
     
    366379        (symlink to systemctl), systemctl, systemd-analyze,
    367380        systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
    368         systemd-delta, systemd-detect-virt, systemd-escape, systemd-hwdb,
    369         systemd-id128, systemd-inhibit, systemd-machine-id-setup,
     381        systemd-delta, systemd-detect-virt, systemd-dissect, systemd-escape,
     382        systemd-hwdb, systemd-id128, systemd-inhibit, systemd-machine-id-setup,
    370383        systemd-mount, systemd-notify, systemd-nspawn, systemd-path,
    371384        systemd-repart, systemd-resolve (symlink to resolvectl), systemd-run,
     
    695708      </varlistentry>
    696709
     710      <varlistentry id="systemd-dissect">
     711        <term><command>systemd-dissect</command></term>
     712        <listitem>
     713          <para>Is used to inspect OS disk images.</para>
     714          <indexterm zone="ch-system-systemd systemd-dissect">
     715            <primary sortas="b-systemd-dissect">systemd-dissect</primary>
     716          </indexterm>
     717        </listitem>
     718      </varlistentry>
     719
    697720      <varlistentry id="systemd-escape">
    698721        <term><command>systemd-escape</command></term>
Note: See TracChangeset for help on using the changeset viewer.