diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-08-24 17:33:20 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-08-24 17:33:20 +0000 |
commit | f5b18de0195d3b9cc4bc6cc723b5746d1613735c (patch) | |
tree | 0aafc74544a08965c9ee8132892418915e55e995 /chapter06/systemd.xml | |
parent | f5451ce61c4ba5df9f0dfbf1b3f6d2875e62b376 (diff) |
Update to linux-4.7.2.
Update to dbus-1.10.10.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11110 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 23e01d541..f956dda95 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -222,7 +222,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen> <screen><userinput remap="install">systemd-machine-id-setup</userinput></screen> <para>Fix a broken symlink created by the systemd installation process:</para> -<screen><userinput remap="install">rm -v /etc/resolv.conf +<screen><userinput remap="install">rm -fv /etc/resolv.conf ln -s ../lib/systemd/resolv.conf /etc/resolv.conf</userinput></screen> <para>Since the testsuite largely depends on the host system kernel |