Ignore:
Timestamp:
07/01/2024 06:59:19 AM (7 days ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
2b63974
Parents:
fe48a03 (diff), 201aa93 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    rfe48a03 re4b4c5a  
    4848 <screen><userinput remap="pre">sed -i -e 's/GROUP="render"/GROUP="video"/' \
    4949       -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in</userinput></screen>
    50 
    51     <!-- https://github.com/systemd/systemd/pull/30549 -->
    52     <para>Now fix a security vulnerability in the DNSSEC verification of
    53     <command>systemd-resolved</command> and a bug breaking running
    54     <command>systemd-analyze verify</command> on an instantiated systemd
    55     unit:</para>
    56 
    57 <screen><userinput remap='pre'>patch -Np1 -i ../&systemd-upstream-patch;</userinput></screen>
    5850
    5951    <para>Prepare systemd for compilation:</para>
     
    226218
    227219<screen><userinput remap="make">ninja</userinput></screen>
     220
     221    <para>Some tests need a basic <filename>/etc/os-release</filename> file.
     222    To test the results, issue:</para>
     223
     224<screen><userinput remap="test">echo 'NAME="Linux From Scratch"' &gt; /etc/os-release
     225ninja test</userinput></screen>
     226
     227    <!-- test-namespace needs /run/systemd/inaccessible/sock, which only exists
     228         after initializing the system with systemd.  -->
     229    <para>Three tests: <literal>systemd:core / test-namespace</literal>,
     230    <literal>test-chase</literal>, and <literal>test-systemd-tmpfiles</literal>,
     231    are known to fail in the LFS chroot environment.  Some other tests may
     232    fail because they depend on various kernel configuration options.</para>
    228233
    229234    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.