diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-03-30 20:23:55 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-03-30 20:23:55 +0000 |
commit | f448389d247c6930108bb9d359ce73c24634d121 (patch) | |
tree | 534d72fb345fc53a063214eb9838849102d27da2 /chapter06/systemd.xml | |
parent | 1e96cc1ddd02bd874bb628342fb803c3e532ecce (diff) |
Update to several urls to use https.
Update to Python3-3.6.5.
Update to openssl-1.1.0h.
Update to e2fsprogs-1.44.1.
Update to tzdata-2018d.
Update to meson-0.45.1.
Update to linux-4.15.14.
Update to sysvinit-2.89.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11394 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 |