diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 39b8059b3..22b41e04f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,15 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2016-10-27 + + + [dj] - Moved /etc/resolv.conf symlink to Chapter 7. + + + + 2016-10-23 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 systemd-machine-id-setup - Fix a broken symlink created by the systemd installation process: -rm -fv /etc/resolv.conf -ln -sv /run/systemd/resolve/resolv.conf /etc/resolv.conf - 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 diff --git a/chapter07/networkd.xml b/chapter07/networkd.xml index 3d7b3f2d4..fc7454678 100644 --- a/chapter07/networkd.xml +++ b/chapter07/networkd.xml @@ -25,7 +25,7 @@ basic network configuration. Additionally, since version 213, DNS name resolution can be handled by systemd-resolved in place of a static /etc/resolv.conf file. Both services are - enabled by default, and absolutely should not be disabled. + enabled by default. Configuration files for systemd-networkd (and systemd-resolved) can be placed in @@ -119,10 +119,11 @@ EOF used. When using systemd-resolved for DNS - configuration, it is responsible for creating the - /etc/resolv.conf file. Since version 226, the - symlink for /etc/resolv.conf is created by systemd - when needed, so no further configuration is necessary. + configuration, it creates the file + /run/systemd/resolve/resolv.conf. Create a + symlink in /etc to use the generatd file: + +ln -sfv /run/systemd/resolve/resolv.conf /etc/resolv.conf diff --git a/general.ent b/general.ent index 9faf6ad02..08eeec040 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - +