diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-02-18 04:07:01 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-02-18 04:07:01 +0000 |
commit | 720f253e88e7c844f17db49a1f6510c62631b4eb (patch) | |
tree | 6dcb178f9879820d211bfcf35cc7ae13e4c8b88c /chapter06/systemd.xml | |
parent | 58c8823a5328210c329129f3efbe175723f8466b (diff) |
Some more fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10479 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 4fd5e209f..8bd9d5566 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -140,6 +140,10 @@ done</userinput></screen> <screen><userinput remap="install">mv -v /usr/lib/libnss_myhostname.so.2 /lib</userinput></screen> + <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> @@ -180,7 +184,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen> <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d, /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev, /etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd, - /usr/lib/binfmt.d, /usr/lib/kernel, /usr/lib/modules-load.d, /usr/lib/rpm, + /usr/lib/binfmt.d, /usr/lib/kernel, /usr/lib/modules-load.d, /usr/lib/sysctl.d, /usr/lib/systemd, /usr/lib/tmpfiles.d, /usr/share/doc/systemd-&systemd-version;, /usr/share/systemd, /var/lib/systemd, /var/log/journal</seg> |