aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/systemd.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index 90be70f3b..e1b9c0b2d 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -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">