Ignore:
Timestamp:
05/08/2024 05:36:31 PM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
161a267
Parents:
e4e7ffb (diff), c5a1240 (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

    re4e7ffb rf6548ac  
    226226
    227227<screen><userinput remap="make">ninja</userinput></screen>
     228
     229    <para>Some tests need a basic <filename>/etc/os-release</filename> file.
     230    To test the results, issue:</para>
     231
     232<screen><userinput remap="test">echo 'NAME="Linux From Scratch"' &gt; /etc/os-release
     233ninja test</userinput></screen>
     234
     235    <!-- This test needs /run/systemd/inaccessible/sock, which only exists
     236         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
     239    fail because they depend on various kernel configuration options.</para>
    228240
    229241    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.