aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/hostname.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-06-19 16:54:58 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-06-19 16:54:58 +0000
commitf67f5cfed55cb2ac26f29d16ad1f099461e7cf98 (patch)
treecdb61a57a3414232a71d7bdc81779c9fd0364604 /chapter07/hostname.xml
parent8ad79807a3c97e18a90319c9b91018b0be2bbb3c (diff)
Tags corrections
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3813 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/hostname.xml')
-rw-r--r--chapter07/hostname.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter07/hostname.xml b/chapter07/hostname.xml
index c68b5cb2d..9320fee1d 100644
--- a/chapter07/hostname.xml
+++ b/chapter07/hostname.xml
@@ -12,14 +12,14 @@
<secondary>configuring</secondary></indexterm>
<para>Part of the localnet script is setting up the system's hostname. This
-needs to be configured in the /etc/sysconfig/network.</para>
+needs to be configured in the <filename>/etc/sysconfig/network</filename>.</para>
-<para>Create the /etc/sysconfig/network file and enter a hostname by
+<para>Create the <filename>/etc/sysconfig/network</filename> file and enter a hostname by
running:</para>
-<screen><userinput>echo "HOSTNAME=lfs" &gt; /etc/sysconfig/network</userinput></screen>
+<screen><userinput>echo "HOSTNAME=<replaceable>[lfs]</replaceable>" &gt; /etc/sysconfig/network</userinput></screen>
-<para><quote>lfs</quote> needs to be replaced with the name the computer is
+<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>