Changeset b2c7852
- Timestamp:
- Jan 6, 2014, 11:02:17 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- d629393
- Parents:
- 565a6cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/network/common/hostname.xml
r565a6cb rb2c7852 17 17 <para>Part of the job of the <command>localnet</command> script 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>/etc/hostname</filename> file 22 22 and enter a hostname by running:</para> 23 23 24 <screen><userinput>echo "HOSTNAME=<replaceable>[clfs]</replaceable>" > /etc/ sysconfig/network</userinput></screen>24 <screen><userinput>echo "HOSTNAME=<replaceable>[clfs]</replaceable>" > /etc/hostname</userinput></screen> 25 25 26 26 <para><replaceable>[clfs]</replaceable> needs to be replaced with the
Note:
See TracChangeset
for help on using the changeset viewer.