diff options
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 cce7c1177..3354320c3 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -222,7 +222,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen> <para>Fix a broken symlink created by the systemd installation process:</para> <screen><userinput remap="install">rm -fv /etc/resolv.conf -ln -s ../lib/systemd/resolv.conf /etc/resolv.conf</userinput></screen> +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 |