Changeset 1d67150 in clfs-embedded for BOOK/bootscripts/common/hostname.xml


Ignore:
Timestamp:
Nov 14, 2006, 2:11:07 PM (19 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
334e4cf
Parents:
ae024d6
Message:

Removed udev
Added the use of mdev
Removed udev rules
Added bootscripts configuration information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootscripts/common/hostname.xml

    rae024d6 r1d67150  
    1515  <secondary>configuring</secondary></indexterm>
    1616
    17   <para>Part of the job of the <command>localnet</command> script is
     17  <para>Part of the job of the bootscripts is
    1818  setting the system's hostname. This needs to be configured in the
    19   <filename>/etc/sysconfig/network</filename> file.</para>
     19  <filename>/etc/HOSTNAME</filename> file.</para>
    2020
    21   <para>Create the <filename>/etc/sysconfig/network</filename> file
     21  <para>Create the <filename>HOSTNAME</filename> file
    2222  and enter a hostname by running:</para>
    2323
    24   <screen><userinput>echo "HOSTNAME=<replaceable>[lfs]</replaceable>" &gt; ${CLFS}/etc/sysconfig/network</userinput></screen>
     24  <screen><userinput>echo "<replaceable>[lfs]</replaceable>" &gt; ${CLFS}/etc/HOSTNAME</userinput></screen>
    2525
    2626  <para><replaceable>[lfs]</replaceable> needs to be replaced with the
Note: See TracChangeset for help on using the changeset viewer.