systemd: Reword test failure notice

This commit is contained in:
Xi Ruoyao 2024-06-15 01:22:02 +08:00
parent 9c7437f2fd
commit c04d98d038
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -224,13 +224,12 @@ meson setup \
<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
<!-- test-namespace 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. Two other tests,
<literal>test-chase</literal> and <literal>test-systemd-tmpfiles</literal>,
are also known to fail. Some other tests may fail because they depend
on various kernel configuration options.</para>
<para>Three tests: <literal>systemd:core / test-namespace</literal>,
<literal>test-chase</literal>, and <literal>test-systemd-tmpfiles</literal>,
are 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>