Ignore:
Timestamp:
07/02/2005 05:16:45 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
b8a3fb2
Parents:
464fa64f
Message:

Several minor wording changes in chapter 8. (merge from trunk r6318)

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6336 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/hostname.xml

    r464fa64f rb568bbaf  
    1212<secondary>configuring</secondary></indexterm>
    1313
    14 <para>Part of the <command>localnet</command> script is setting up the system's
    15 hostname. This needs to be configured in the
     14<para>Part of the job of the <command>localnet</command> script is setting the
     15system's hostname. This needs to be configured in the
    1616<filename>/etc/sysconfig/network</filename> file.</para>
    1717
    18 <para>Create the <filename>/etc/sysconfig/network</filename> file and enter a hostname by
    19 running:</para>
     18<para>Create the <filename>/etc/sysconfig/network</filename> file and enter a
     19hostname by running:</para>
    2020
    2121<screen><userinput>echo "HOSTNAME=<replaceable>[lfs]</replaceable>" &gt; /etc/sysconfig/network</userinput></screen>
    2222
    23 <para><replaceable>[lfs]</replaceable> needs to be replaced with the
    24 name the computer is to be called. Do not enter the Fully Qualified
    25 Domain Name (FQDN) here. That information will be put in the
    26 <filename>/etc/hosts</filename> file later.</para>
     23<para><replaceable>[lfs]</replaceable> needs to be replaced with the name given
     24to the computer. Do not enter the Fully Qualified Domain Name (FQDN) here. That
     25information will be put in the <filename>/etc/hosts</filename> file in the next
     26section.</para>
    2727
    2828</sect1>
Note: See TracChangeset for help on using the changeset viewer.