Changeset 5481e1f1 for general


Ignore:
Timestamp:
12/23/2023 02:00:48 PM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.2, gimp3, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
426326c
Parents:
1859ee6
git-author:
Xi Ruoyao <xry111@…> (12/23/2023 01:53:56 PM)
git-committer:
Xi Ruoyao <xry111@…> (12/23/2023 02:00:48 PM)
Message:

Update to systemd-255

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r1859ee6 r5481e1f1  
    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        "0d266e5361dc72097b6c18cfde1c0001">
    11   <!ENTITY systemd-size          "14 MB">
     10  <!ENTITY systemd-md5sum        "521cda27409a9edf0370c128fae3e690">
     11  <!ENTITY systemd-size          "15 MB">
    1212  <!ENTITY systemd-buildsize     "198 MB (with tests)">
    1313  <!ENTITY systemd-time          "3.7 SBU (with tests using 4 cores)">
     
    142142      <ulink url="https://www.gnu.org/software/libmicrohttpd/">libmicrohttpd</ulink>,
    143143      <ulink url="https://lz4.github.io/lz4/">lz4</ulink>,
     144      <ulink url="https://pypi.org/project/pefile/">pefile</ulink>,
    144145      <ulink url="https://pypi.org/project/pyelftools/">pyelftools</ulink>,
    145146      <ulink url="https://sourceforge.net/projects/linuxquota/">quota-tools</ulink>,
     
    203204      -Dsysusers=false        \
    204205      -Drpmmacrosdir=no       \
    205       -Dhomed=false           \
     206      -Dhomed=disabled        \
    206207      -Duserdb=false          \
    207208      -Dmode=release          \
     
    210211      -Ddev-kvm-mode=0660     \
    211212      -Dnobody-group=nogroup  \
     213      -Dsysupdate=disabled    \
     214      -Dukify=disabled        \
    212215      -Ddocdir=/usr/share/doc/systemd-&systemd-version; &amp;&amp;
    213216
     
    261264
    262265    <para>
    263       <parameter>-Dhomed=false</parameter>: Removes a daemon that does not offer
     266      <parameter>-Dhomed=disabled</parameter>: Removes a daemon that does not offer
    264267      any use under a traditional BLFS configuration, especially using accounts
    265268      created with useradd. To enable systemd-homed, first ensure that you have
    266269      <xref linkend="cryptsetup"/> and <xref linkend="libpwquality"/> installed,
    267       and then change "false" to "true" in the above meson command.
     270      and then change <quote>disabled</quote> to <quote>enabled</quote>
     271      in the above <command>meson setup</command> command.
     272    </para>
     273
     274    <para>
     275      <parameter>-Dukify=disabled</parameter>: Removes a script for
     276      combining a kernel, an initramfs, and a kernel command line etc.
     277      into an UEFI application which can be loaded by the UEFI firmware
     278      to start the embedded Linux kernel.  It's not needed for booting a
     279      BLFS system with UEFI if following <xref linkend='grub-setup'/>.
     280      And, it requires the <application>pefile</application> Python module
     281      at runtime, so if it's enabled but <application>pefile</application>
     282      is not installed, in the test suite one test for it will fail.  To
     283      enable <command>systemd-ukify</command>, install the
     284      <application>pefile</application> module and then change
     285      <quote>disabled</quote> to <quote>enabled</quote> in the above
     286      <command>meson setup</command> command.
    268287    </para>
    269288
Note: See TracChangeset for help on using the changeset viewer.