diff options
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 7afcb3aa8..53b7a9199 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -53,20 +53,12 @@ done</userinput></screen> <para>Set up the man pages:</para> -<screen><userinput remap="pre">tar -xf ../systemd-man-pages-&systemd-version;-&systemd-stable;.tar.xz</userinput></screen> +<screen><userinput remap="pre">tar -xf ../systemd-man-pages-&systemd-version;.tar.xz</userinput></screen> <para>Remove tests that cannot be built in chroot:</para> -<screen><userinput remap="pre">sed '166,$ d' -i src/resolve/meson.build</userinput></screen> -<!-- - <para>Apply a patch to fix a build failure with glibc-2.28:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-glibc_statx_fix-1.patch</userinput></screen> +<screen><userinput remap="pre">sed '177,$ d' -i src/resolve/meson.build</userinput></screen> - <para>Apply a patch to fix a build failure with meson-0.48.0:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-meson-0.48.0_fixes-1.patch</userinput></screen> ---> <para>Remove an unneeded group, <systemitem class="groupname">render</systemitem>, from the default udev rules:</para> @@ -194,17 +186,6 @@ meson --prefix=/usr \ <para>Remove an unnecessary directory:</para> <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> - -<screen><userinput remap="install">for tool in runlevel reboot shutdown poweroff halt telinit; do - ln -sfv ../bin/systemctl /sbin/${tool} -done -ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen> - - <para>Remove our earlier created symlink for xsltproc:</para> ---> rm -f /usr/bin/xsltproc</userinput></screen> <para>Create the <filename>/etc/machine-id</filename> file needed by |