diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2016-10-27 23:22:45 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2016-10-27 23:22:45 +0000 |
commit | e05311702be3e2e77c486059fd7cf2420e997f3c (patch) | |
tree | 6fff07e633c3803c26caa718bf906c6191dd9ef9 /chapter06 | |
parent | 201167dbb097dc1cb54794fbb73ae85b6e26b0f3 (diff) |
Moved /etc/resolv.conf symlink to Chapter 7.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/systemd.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 3354320c3..05c02251e 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -220,10 +220,6 @@ 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 -fv /etc/resolv.conf -ln -sv /run/systemd/resolve/resolv.conf /etc/resolv.conf</userinput></screen> - <para>Since the testsuite largely depends on the host system kernel configuration, some tests may fail. It also needs a modification in order not to look for a program that will be installed by Util-Linux |