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