diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-07-02 05:56:57 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-07-02 05:56:57 +0000 |
commit | faca37e6ec77abdb9cb734c4d159ce98530a3f7d (patch) | |
tree | bddb9de951359abca84ae34c3cc665bf9389c3a2 /chapter07/hostname.xml | |
parent | 440f8378d1fd022f8e5994ad4fb60d5ac80b295d (diff) |
Several minor wording changes in chapter 8 (matt).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6318 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/hostname.xml')
-rw-r--r-- | chapter07/hostname.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter07/hostname.xml b/chapter07/hostname.xml index 4d336e5b7..0d89e785f 100644 --- a/chapter07/hostname.xml +++ b/chapter07/hostname.xml @@ -11,19 +11,19 @@ <primary sortas="d-localnet">localnet</primary> <secondary>configuring</secondary></indexterm> -<para>Part of the <command>localnet</command> script is setting up the system's -hostname. This needs to be configured in the +<para>Part of the job of the <command>localnet</command> script is setting the +system's hostname. This needs to be configured in the <filename>/etc/sysconfig/network</filename> file.</para> -<para>Create the <filename>/etc/sysconfig/network</filename> file and enter a hostname by -running:</para> +<para>Create the <filename>/etc/sysconfig/network</filename> file and enter a +hostname by running:</para> <screen><userinput>echo "HOSTNAME=<replaceable>[lfs]</replaceable>" > /etc/sysconfig/network</userinput></screen> -<para><replaceable>[lfs]</replaceable> needs to be replaced with the -name the computer is to be called. Do not enter the Fully Qualified -Domain Name (FQDN) here. That information will be put in the -<filename>/etc/hosts</filename> file later.</para> +<para><replaceable>[lfs]</replaceable> needs to be replaced with the name given +to the computer. Do not enter the Fully Qualified Domain Name (FQDN) here. That +information will be put in the <filename>/etc/hosts</filename> file in the next +section.</para> </sect1> |