Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl 2024-05-04 00:30:22 +02:00
commit 511932f44d
3 changed files with 13 additions and 5 deletions

View File

@ -90,10 +90,6 @@
automatically re-run failed tests. If a test failed but then passed automatically re-run failed tests. If a test failed but then passed
when re-run, it should be considered as passed.</para> when re-run, it should be considered as passed.</para>
<para>Two tests named <filename>test_xml_etree</filename> and
<filename>test_xml_etree_c</filename> are known to fail with expat-2.6.0
or newer.</para>
<para>Install the package:</para> <para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen> <screen><userinput remap="install">make install</userinput></screen>

View File

@ -226,6 +226,18 @@ meson setup \
<screen><userinput remap="make">ninja</userinput></screen> <screen><userinput remap="make">ninja</userinput></screen>
<para>Some tests need a basic <filename>/etc/os-release</filename> file.
To test the results, issue:</para>
<screen><userinput remap="test">echo 'NAME="Linux From Scratch"' &gt; /etc/os-release
ninja test</userinput></screen>
<!-- This test needs /run/systemd/inaccessible/sock, which only exists
after initializing the system with systemd. -->
<para>One test named <literal>systemd:core / test-namespace</literal>
is known to fail in the LFS chroot environment. Some other tests may
fail because they depend on various kernel configuration options.</para>
<para>Install the package:</para> <para>Install the package:</para>
<screen><userinput remap="install">ninja install</userinput></screen> <screen><userinput remap="install">ninja install</userinput></screen>

View File

@ -8,7 +8,7 @@
<sect1 id="ch-config-clock" revision="systemd"> <sect1 id="ch-config-clock" revision="systemd">
<?dbhtml filename="clock.html"?> <?dbhtml filename="clock.html"?>
<title>Configuring the system clock</title> <title>Configuring the System Clock</title>
<indexterm zone="ch-config-clock"> <indexterm zone="ch-config-clock">
<primary sortas="d-clock">clock</primary> <primary sortas="d-clock">clock</primary>