diff options
Diffstat (limited to 'chapter07/network.xml')
-rw-r--r-- | chapter07/network.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml index 4ec00b6f2..01d81ea03 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -98,7 +98,7 @@ EOF</userinput></screen> <para>For more information see the <command>ifup</command> man page.</para> </sect2> - +<!-- <sect2 id="systemd-net-enable"> <title>Configuring the Network Interface Card at boot (systemd)</title> @@ -195,7 +195,7 @@ EOF</userinput></screen> <note><para>The Google Public IPv4 DNS addresses are 8.8.8.8 and 8.8.4.4.</para></note> </sect2> - +--> <sect2 id="ch-scripts-hostname"> <title>Configuring the system hostname</title> @@ -204,9 +204,8 @@ EOF</userinput></screen> <secondary>configuring</secondary> </indexterm> - <para>During the boot process, both Systemd and System V use the same file - for establishing the system's hostname. This needs to be configured by - creating <filename>/etc/hostname</filename>.</para> + <para>During the boot process, the file <filename>/etc/hostname</filename> + is used for establishing the system's hostname.</para> <para>Create the <filename>/etc/hostname</filename> file and enter a hostname by running:</para> |