Ignore:
Timestamp:
07/01/2024 07:01:53 AM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
fd4bf9d
Parents:
2324b83 (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/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    r2324b83 rbdcc868  
    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>
     
    233225ninja test</userinput></screen>
    234226
    235     <!-- This test needs /run/systemd/inaccessible/sock, which only exists
     227    <!-- test-namespace needs /run/systemd/inaccessible/sock, which only exists
    236228         after initializing the system with systemd.  -->
    237     <para>One test named <literal>systemd:core / test-namespace</literal>
    238     is known to fail in the LFS chroot environment.  Some other tests may
     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
    239232    fail because they depend on various kernel configuration options.</para>
    240233
Note: See TracChangeset for help on using the changeset viewer.