Ignore:
Timestamp:
12/04/2020 04:05:25 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
fe42b2f
Parents:
bfe0b0b
Message:

Update to systemd-247
Update to bc-3.2.3
Update to linux-5.9.12
Incorporate kernel changes from rhubarbpieguy

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    rbfe0b0b r22009fb  
    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>
     
    239244        (symlink to systemctl), systemctl, systemd-analyze,
    240245        systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
    241         systemd-delta, systemd-detect-virt, systemd-escape, systemd-hwdb,
    242         systemd-id128, systemd-inhibit, systemd-machine-id-setup,
     246        systemd-delta, systemd-detect-virt, systemd-dissect, systemd-escape,
     247        systemd-hwdb, systemd-id128, systemd-inhibit, systemd-machine-id-setup,
    243248        systemd-mount, systemd-notify, systemd-nspawn, systemd-path,
    244249        systemd-repart, systemd-resolve (symlink to resolvectl), systemd-run,
     
    568573      </varlistentry>
    569574
     575      <varlistentry id="systemd-dissect">
     576        <term><command>systemd-dissect</command></term>
     577        <listitem>
     578          <para>Is used to inspect OS disk images.</para>
     579          <indexterm zone="ch-system-systemd systemd-dissect">
     580            <primary sortas="b-systemd-dissect">systemd-dissect</primary>
     581          </indexterm>
     582        </listitem>
     583      </varlistentry>
     584
    570585      <varlistentry id="systemd-escape">
    571586        <term><command>systemd-escape</command></term>
Note: See TracChangeset for help on using the changeset viewer.