mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
511932f44d
@ -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>
|
||||||
|
@ -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"' > /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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user