aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/network.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/network.xml')
-rw-r--r--chapter07/network.xml13
1 files changed, 3 insertions, 10 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml
index 7dc86cbf5..39055a8ca 100644
--- a/chapter07/network.xml
+++ b/chapter07/network.xml
@@ -115,16 +115,9 @@ EOF</userinput></screen>
<para>When using <command>systemd-resolved</command> for DNS
configuration, it is responsible for creating the
- <filename>/etc/resolv.conf</filename> file, which is placed in a
- non-standard location that is writable during early boot. In order to be
- used by other components of the system, it is necessary to create a
- symlink with the following command:</para>
-
-<screen><userinput>ln -sfv /run/systemd/resolve/resolv.conf /etc/resolv.conf</userinput></screen>
-
- <para>This is required if you are specifying DNS entries in <filename
- class="extension">.network</filename> files or using the built in
- DHCP client to obtain DNS addresses.</para>
+ <filename>/etc/resolv.conf</filename> file. Since version 226, the
+ symlink for <filename>/etc/resolv.conf</filename> is created by systemd
+ when needed, so no further configuration is necessary.</para>
</sect3>