Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r34a6571 r206e0be  
    88  <!ENTITY systemd-download-http "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    99  <!ENTITY systemd-download-ftp  " ">
    10   <!ENTITY systemd-md5sum        "8e8adf909c255914dfc10709bd372e69">
    11   <!ENTITY systemd-size          "10 MB">
    12   <!ENTITY systemd-buildsize     "287 MB (with tests)">
    13   <!ENTITY systemd-time          "2.5 SBU (with tests)">
     10  <!ENTITY systemd-md5sum        "b0d6e603b814908acc69db29bbfb023c">
     11  <!ENTITY systemd-size          "9.4 MB">
     12  <!ENTITY systemd-buildsize     "273 MB (with tests)">
     13  <!ENTITY systemd-time          "2.1 SBU (with tests)">
    1414
    1515]>
     
    1919
    2020  <sect1info>
     21    <othername>$LastChangedBy$</othername>
    2122    <date>$Date$</date>
    2223  </sect1info>
     
    4243    </para>
    4344   
    44     &lfs110a_checked;
     45    &lfs10_checked;
    4546
    4647    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9293    <bridgehead renderas="sect4">Required</bridgehead>
    9394    <para role="required">
    94       <xref linkend="Jinja2"/> and
    9595      <xref linkend="linux-pam"/>
    9696    </para>
     
    103103    <bridgehead renderas="sect4">Optional</bridgehead>
    104104    <para role="optional">
    105       <xref linkend="btrfs-progs"/>, <!-- homed may support it, see the C.E.-->
     105      <xref linkend="btrfs-progs"/> <!-- homed may support it, see the C.E.-->
    106106      <xref linkend="curl"/>,
    107107      <xref linkend="cryptsetup"/>,
     
    115115      <xref linkend="libxkbcommon"/>,
    116116      <xref linkend="make-ca"/>,
    117       <xref linkend="p11-kit"/>,
    118117      <xref linkend="pcre2"/>,
    119118      <xref linkend="qemu"/>,
    120119      <xref linkend="qrencode"/>,
    121       <xref linkend="rsync"/>,
    122120      <xref linkend="valgrind"/>,
    123121      <xref linkend="zsh"/> (for the zsh completions),
    124       <ulink url="https://sourceforge.net/projects/gnu-efi/">gnu-efi</ulink>,
     122      <ulink url="http://sourceforge.net/projects/gnu-efi/">gnu-efi</ulink>,
    125123      <ulink url="https://www.kernel.org/pub/linux/utils/kernel/kexec/">kexec-tools</ulink>,
    126       <ulink url="https://sourceware.org/elfutils/">libdw</ulink>,
    127124      <ulink url="https://developers.yubico.com/libfido2/">libfido2</ulink>,
    128125      <ulink url="https://www.gnu.org/software/libmicrohttpd/">libmicrohttpd</ulink>,
    129126      <ulink url="http://lz4.github.io/lz4/">lz4</ulink>,
    130127      <!--<ulink url="http://fukuchi.org/works/qrencode/">qrencode</ulink>,-->
    131       <ulink url="https://sourceforge.net/projects/linuxquota/">quota-tools</ulink>,
    132       <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>, and
    133       <ulink url="https://tpm2-tss.readthedocs.io/en/latest/">tpm2-tss</ulink>
     128      <ulink url="http://sourceforge.net/projects/linuxquota/">quota-tools</ulink> and
     129      <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
    134130    </para>
    135131
     
    151147
    152148    <para>
    153       Apply a patch to fix a security vulnerability:
     149      Apply a patch to fix regressions in systemd-networkd and segmentation
     150      faults in systemctl:
    154151    </para>
    155152
     
    157154
    158155    <para>
    159       Remove two unneeded groups,
    160       <systemitem class="groupname">render</systemitem> and
    161       <systemitem class="groupname">sgx</systemitem>, from the default udev
     156      Remove an unneeded group,
     157      <systemitem class="groupname">render</systemitem>, from the default udev
    162158      rules:
    163159    </para>
    164160
    165 <screen><userinput remap="pre">sed -i -e 's/GROUP="render"/GROUP="video"/' \
    166        -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in</userinput></screen>
     161<screen><userinput remap="pre">sed -i 's/GROUP="render", //' rules.d/50-udev-default.rules.in</userinput></screen>
    167162
    168163    <para>
     
    175170
    176171meson --prefix=/usr                 \
    177       --buildtype=release           \
    178172      -Dblkid=true                  \
     173      -Dbuildtype=release           \
    179174      -Ddefault-dnssec=no           \
    180175      -Dfirstboot=false             \
     
    182177      -Dldconfig=false              \
    183178      -Dman=auto                    \
     179      -Drootprefix=                 \
     180      -Drootlibdir=/lib             \
     181      -Dsplit-usr=true              \
    184182      -Dsysusers=false              \
    185183      -Drpmmacrosdir=no             \
     
    204202
    205203    <para>
    206       To test the results, issue:
    207       <command>PATH+=:/usr/sbin ninja test</command>.
    208       <!-- One test named test-repart needs sfdisk, which is in /usr/sbin. -->
     204      To test the results, issue: <command>ninja test</command>. <!--One test,
     205      <filename>udev-test</filename> (test 273) fails due to changes in
     206      the Linux 5.3+ kernel. It does not affect the package's
     207      functionality. NO LONGER APPLICABLE AS OF 244 -->
    209208    </para>
    210209
     
    253252-->
    254253
    255     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    256       href="../../xincludes/meson-buildtype-release.xml"/>
    257 
    258254    <para>
    259255      <parameter>-Dpamconfdir=/etc/pam.d</parameter>: Forces the PAM files to
     
    269265
    270266    <para>
    271       <parameter>-Dhomed=false</parameter>: Removes a daemon that does not offer
     267      <parameter>-Dhomed=false</parameter>: Remove a daemon that does not offer
    272268      any use under a traditional BLFS configuration, especially using accounts
    273269      created with useradd. To enable systemd-homed, first ensure that you have
     
    445441            is a PAM module used to register user sessions with the
    446442            <application>systemd</application> login manager,
    447             <command>systemd-logind</command>
     443            <command>systemd-logind</command>.
    448444          </para>
    449445          <indexterm zone="systemd pam_systemd">
Note: See TracChangeset for help on using the changeset viewer.