Changeset 511932f


Ignore:
Timestamp:
05/03/2024 10:30:22 PM (7 weeks ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
d091d78
Parents:
7df655dc (diff), f65f3b99 (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:

Automatic merge of trunk into multilib

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/python.xml

    r7df655dc r511932f  
    9090    automatically re-run failed tests.  If a test failed but then passed
    9191    when re-run, it should be considered as passed.</para>
    92 
    93     <para>Two tests named <filename>test_xml_etree</filename> and
    94     <filename>test_xml_etree_c</filename> are known to fail with expat-2.6.0
    95     or newer.</para>
    9692
    9793    <para>Install the package:</para>
  • chapter08/systemd.xml

    r7df655dc r511932f  
    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>
  • chapter09/clock.xml

    r7df655dc r511932f  
    99  <?dbhtml filename="clock.html"?>
    1010
    11   <title>Configuring the system clock</title>
     11  <title>Configuring the System Clock</title>
    1212
    1313  <indexterm zone="ch-config-clock">
Note: See TracChangeset for help on using the changeset viewer.