Changeset 1d67150 in clfs-embedded for BOOK/bootscripts/common/hostname.xml
- Timestamp:
- Nov 14, 2006, 2:11:07 PM (19 years ago)
- Branches:
- master
- Children:
- 334e4cf
- Parents:
- ae024d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootscripts/common/hostname.xml
rae024d6 r1d67150 15 15 <secondary>configuring</secondary></indexterm> 16 16 17 <para>Part of the job of the <command>localnet</command> scriptis17 <para>Part of the job of the bootscripts is 18 18 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> 20 20 21 <para>Create the <filename> /etc/sysconfig/network</filename> file21 <para>Create the <filename>HOSTNAME</filename> file 22 22 and enter a hostname by running:</para> 23 23 24 <screen><userinput>echo " HOSTNAME=<replaceable>[lfs]</replaceable>" > ${CLFS}/etc/sysconfig/network</userinput></screen>24 <screen><userinput>echo "<replaceable>[lfs]</replaceable>" > ${CLFS}/etc/HOSTNAME</userinput></screen> 25 25 26 26 <para><replaceable>[lfs]</replaceable> needs to be replaced with the
Note:
See TracChangeset
for help on using the changeset viewer.