Remove the rest of the test suite stuff from the systemd package.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11272 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
DJ Lucas 2017-07-21 00:04:13 +00:00
parent 20483d86bb
commit 872899fe2c

View File

@ -40,12 +40,6 @@
<sect2 role="installation">
<title>Installation of systemd</title>
<para>First, disable two tests that always fail:</para>
<screen><userinput remap="pre">sed -e 's@test/udev-test.pl @@' \
-e 's@test-copy$(EXEEXT) @@' \
-i Makefile.in</userinput></screen>
<para>Create a file to allow systemd to build when using Util-Linux
built in Chapter 5, to disable LTO by default, and to build without
xlstproc:</para>
@ -196,25 +190,11 @@ EOF</userinput></screen>
done
ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<!--
<para>Remove a reference to a non-existent group:</para>
<screen><userinput remap="install">sed -i "s:0775 root lock:0755 root root:g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>
-->
<para>Create the <filename>/etc/machine-id</filename> file needed by
<command>systemd-journald</command>:</para>
<screen><userinput remap="adjust">systemd-machine-id-setup</userinput></screen>
<para>Since the testsuite largely depends on the host system kernel
configuration, some tests may fail. It also needs a modification in
order not to look for a program that will be installed by Util-Linux
package later in this chapter. To test the results, issue:</para>
<screen><userinput remap="test">sed -i "s:minix:ext4:g" src/test/test-path-util.c
make -k check</userinput></screen>
</sect2>
<sect2 id="contents-systemd" role="content">