aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/hostname.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/hostname.xml')
-rw-r--r--chapter07/hostname.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/chapter07/hostname.xml b/chapter07/hostname.xml
index 9320fee1d..f51f08a62 100644
--- a/chapter07/hostname.xml
+++ b/chapter07/hostname.xml
@@ -11,17 +11,9 @@
<primary sortas="d-localnet">localnet</primary>
<secondary>configuring</secondary></indexterm>
-<para>Part of the localnet script is setting up the system's hostname. This
-needs to be configured in the <filename>/etc/sysconfig/network</filename>.</para>
-
<para>Create the <filename>/etc/sysconfig/network</filename> file and enter a hostname by
running:</para>
<screen><userinput>echo "HOSTNAME=<replaceable>[lfs]</replaceable>" &gt; /etc/sysconfig/network</userinput></screen>
-<para><replaceable>[lfs]</replaceable> needs to be replaced with the name the computer is
-to be called. You should not enter the FQDN (Fully Qualified Domain
-Name) here. That information will be put in the
-<filename>/etc/hosts</filename> file later on.</para>
-
</sect1>