aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09
diff options
context:
space:
mode:
Diffstat (limited to 'chapter09')
-rw-r--r--chapter09/networkd.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter09/networkd.xml b/chapter09/networkd.xml
index 42c7dc730..ee9a34fbd 100644
--- a/chapter09/networkd.xml
+++ b/chapter09/networkd.xml
@@ -192,7 +192,12 @@ EOF</userinput></screen>
<para>When using <command>systemd-resolved</command> for DNS
configuration, it creates the file
- <filename>/run/systemd/resolve/resolv.conf</filename>.</para>
+ <filename>/run/systemd/resolve/stub-resolv.conf</filename>.
+ And, if <filename>/etc/resolv.conf</filename> does not exist, it
+ will create it as a symlink to
+ <filename>/run/systemd/resolve/stub-resolv.conf</filename> so it's
+ unnecessary to create a <filename>/etc/resolv.conf</filename>
+ manually.</para>
<!--Create a
symlink in <filename>/etc</filename> to use the generated file:</para>