diff options
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 0cc153b36..2c913e325 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -50,15 +50,16 @@ <para>Remove tests that cannot be built in chroot:</para> -<screen><userinput remap="pre">sed '171,$ d' -i src/resolve/meson.build</userinput></screen> +<screen><userinput remap="pre">sed '166,$ d' -i src/resolve/meson.build</userinput></screen> <!-- These are from upstream. There will probably be a new release shortly, - so don't bother with a patch. --> + so don't bother with a patch. <para>Make some fixes from upstream:</para> <screen><userinput remap="pre">sed -i '527,565 d' src/basic/missing.h sed -i '24 d' src/core/load-fragment.c sed -i '53 a#include <sys/mount.h>' src/shared/bus-unit-util.c</userinput></screen> +--> <para>Remove an unneeded group, <systemitem class="groupname">render</systemitem>, from the default udev @@ -185,7 +186,7 @@ meson --prefix=/usr \ <para>Remove an unnecessary directory:</para> -<screen><userinput remap="install">rm -rfv /usr/lib/rpm</userinput></screen> +<screen><userinput remap="install">rm -rfv /usr/lib/rpm <!-- <para>Create the Sysvinit compatibility symlinks, so systemd is used as the default init system:</para> @@ -197,7 +198,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen> <para>Remove our earlier created symlink for xsltproc:</para> --> -<screen><userinput remap="install">rm -f /usr/bin/xsltproc</userinput></screen> +rm -f /usr/bin/xsltproc</userinput></screen> <para>Create the <filename>/etc/machine-id</filename> file needed by <command>systemd-journald</command>:</para> @@ -277,7 +278,7 @@ chmod 755 /lib/systemd/systemd-user-sessions</userinput></screen> <varlistentry id="coredumpctl"> <term><command>coredumpctl</command></term> <listitem> - <para>Used to retrieve coredumps from the systemd Journal</para> + <para>Used to retrieve coredumps from the systemd journal</para> <indexterm zone="ch-system-systemd coredumpctl"> <primary sortas="b-coredumpctl">coredumpctl</primary> </indexterm> |