aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/network.xml
diff options
context:
space:
mode:
authorDJ Lucas <dj@linuxfromscratch.org>2016-05-20 00:26:32 +0000
committerDJ Lucas <dj@linuxfromscratch.org>2016-05-20 00:26:32 +0000
commit33d5aa37b490f394ed00be60f50840f8a747e397 (patch)
treec056027301587cd2365b175265ee77a61477bdf3 /chapter07/network.xml
parent82d2dbe6c7414c2732550ce436686328eff4e62c (diff)
Added additional explanatory text explaing use of systemctl and journalctl commands.systemd
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@11072 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/network.xml')
-rw-r--r--chapter07/network.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml
index c1041bca6..86dcb3e53 100644
--- a/chapter07/network.xml
+++ b/chapter07/network.xml
@@ -63,11 +63,13 @@ Name=eth0
[Network]
Address=192.168.0.2/24
Gateway=192.168.0.1
-DNS=192.168.0.1</literal>
+DNS=192.168.0.1
+Domains=<replaceable>&lt;Your Domain Name&gt;</replaceable></literal>
EOF</userinput></screen>
<para>Multiple DNS entries can be added if you have more than one DNS
- server.</para>
+ server. Do not include DNS or Domains entries if you intend to use a
+ static <filename>/etc/reslov.conf</filename> file.</para>
</sect3>
@@ -82,7 +84,10 @@ EOF</userinput></screen>
Name=eth0
[Network]
-DHCP=ipv4</literal>
+DHCP=ipv4
+
+[DHCP]
+UseDomains=true</literal>
EOF</userinput></screen>
</sect3>