Ignore:
Timestamp:
01/06/2006 02:59:05 AM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
e1ca33a
Parents:
1714f1a
Message:

Merged recent changes from trunk to lfs-alpha. Fixed typo.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/hostname.xml

    r1714f1a r46a2e9c  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
     3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    34  <!ENTITY % general-entities SYSTEM "../general.ent">
    45  %general-entities;
    56]>
     7
    68<sect1 id="ch-scripts-hostname">
    7 <title>Configuring the localnet Script</title>
    8 <?dbhtml filename="hostname.html"?>
     9  <?dbhtml filename="hostname.html"?>
    910
    10 <indexterm zone="ch-scripts-hostname">
    11 <primary sortas="d-localnet">localnet</primary>
    12 <secondary>configuring</secondary></indexterm>
     11  <title>Configuring the localnet Script</title>
    1312
    14 <para>Part of the job of the <command>localnet</command> script is setting the
    15 system's hostname. This needs to be configured in the
    16 <filename>/etc/sysconfig/network</filename> file.</para>
     13  <indexterm zone="ch-scripts-hostname">
     14    <primary sortas="d-localnet">localnet</primary>
     15    <secondary>configuring</secondary>
     16  </indexterm>
    1717
    18 <para>Create the <filename>/etc/sysconfig/network</filename> file and enter a
    19 hostname by running:</para>
     18  <para>Part of the job of the <command>localnet</command> script is setting the
     19  system's hostname. This needs to be configured in the
     20  <filename>/etc/sysconfig/network</filename> file.</para>
     21
     22  <para>Create the <filename>/etc/sysconfig/network</filename> file and enter a
     23  hostname by running:</para>
    2024
    2125<screen><userinput>echo "HOSTNAME=<replaceable>[lfs]</replaceable>" &gt; /etc/sysconfig/network</userinput></screen>
    2226
    23 <para><replaceable>[lfs]</replaceable> needs to be replaced with the name given
    24 to the computer. Do not enter the Fully Qualified Domain Name (FQDN) here. That
    25 information will be put in the <filename>/etc/hosts</filename> file in the next
    26 section.</para>
     27  <para><replaceable>[lfs]</replaceable> needs to be replaced with the name given
     28  to the computer. Do not enter the Fully Qualified Domain Name (FQDN) here. That
     29  information will be put in the <filename>/etc/hosts</filename> file in the next
     30  section.</para>
    2731
    2832</sect1>
    29 
Note: See TracChangeset for help on using the changeset viewer.