diff options
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 |