| 
            Last change
 on this file since 90f8185 was             cc8d737, checked in by Joe Ciccone <jciccone@…>, 17 years ago           | 
        
        
          | 
             
Use cat instead of echo wherever possible. 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            1.2 KB
           | 
        
      
      
| Rev | Line |   | 
|---|
| [02095ae] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
 | 
|---|
| [c439b8a] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 | 
|---|
 | 3 |   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
 | 
|---|
| [02095ae] | 4 |   <!ENTITY % general-entities SYSTEM "../../general.ent">
 | 
|---|
 | 5 |   %general-entities;
 | 
|---|
 | 6 | ]>
 | 
|---|
 | 7 | 
 | 
|---|
| [676d923] | 8 | <sect1 id="ch-network-hostname">
 | 
|---|
| [02095ae] | 9 |   <?dbhtml filename="hostname.html"?>
 | 
|---|
 | 10 | 
 | 
|---|
 | 11 |   <title>Configuring the localnet Script</title>
 | 
|---|
 | 12 | 
 | 
|---|
| [676d923] | 13 |   <indexterm zone="ch-network-hostname">
 | 
|---|
| [02095ae] | 14 |     <primary sortas="d-localnet">localnet</primary>
 | 
|---|
 | 15 |   <secondary>configuring</secondary></indexterm>
 | 
|---|
 | 16 | 
 | 
|---|
 | 17 |   <para>Part of the job of the <command>localnet</command> script is
 | 
|---|
 | 18 |   setting the system's hostname. This needs to be configured in the
 | 
|---|
 | 19 |   <filename>/etc/sysconfig/network</filename> file.</para>
 | 
|---|
 | 20 | 
 | 
|---|
 | 21 |   <para>Create the <filename>/etc/sysconfig/network</filename> file
 | 
|---|
 | 22 |   and enter a hostname by running:</para>
 | 
|---|
 | 23 | 
 | 
|---|
| [cc8d737] | 24 | <screen><userinput>cat > ${CLFS}/etc/sysconfig/network << EOF
 | 
|---|
 | 25 | HOSTNAME=<replaceable>[clfs]</replaceable>
 | 
|---|
 | 26 | EOF</userinput></screen>
 | 
|---|
| [02095ae] | 27 | 
 | 
|---|
| [676d923] | 28 |   <para><replaceable>[clfs]</replaceable> needs to be replaced with the
 | 
|---|
| [02095ae] | 29 |   name given to the computer. Do not enter the Fully Qualified
 | 
|---|
 | 30 |   Domain Name (FQDN) here. That information will be put in the
 | 
|---|
 | 31 |   <filename>/etc/hosts</filename> file in the next section.</para>
 | 
|---|
 | 32 | 
 | 
|---|
 | 33 | </sect1>
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.