diff options
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 8bc0b4421..0cc153b36 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -186,7 +186,7 @@ meson --prefix=/usr \ <para>Remove an unnecessary directory:</para> <screen><userinput remap="install">rm -rfv /usr/lib/rpm</userinput></screen> - +<!-- <para>Create the Sysvinit compatibility symlinks, so systemd is used as the default init system:</para> @@ -196,7 +196,7 @@ done 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> <para>Create the <filename>/etc/machine-id</filename> file needed by |