Changeset b2c7852 for BOOK/network


Ignore:
Timestamp:
Jan 6, 2014, 11:02:17 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d629393
Parents:
565a6cb
Message:

Fix name of hostname file used by systemd

File:
1 edited

Legend:

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

    r565a6cb rb2c7852  
    1717  <para>Part of the job of the <command>localnet</command> script 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>/etc/hostname</filename> file
    2222  and enter a hostname by running:</para>
    2323
    24   <screen><userinput>echo "HOSTNAME=<replaceable>[clfs]</replaceable>" &gt; /etc/sysconfig/network</userinput></screen>
     24  <screen><userinput>echo "HOSTNAME=<replaceable>[clfs]</replaceable>" &gt; /etc/hostname</userinput></screen>
    2525
    2626  <para><replaceable>[clfs]</replaceable> needs to be replaced with the
Note: See TracChangeset for help on using the changeset viewer.