Changeset 71544ee


Ignore:
Timestamp:
Sep 25, 2013, 10:54:02 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
b4386f5
Parents:
337365b1
Message:

Be consistent with variables as the dhcp configuration.

File:
1 edited

Legend:

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

    r337365b1 r71544ee  
    2929mkdir -v ifconfig.eth0 &amp;&amp;
    3030cat &gt; ifconfig.eth0/ipv4 &lt;&lt; "EOF"
    31 <literal>ONBOOT=yes
    32 SERVICE=ipv4-static
    33 IP=192.168.1.1
    34 GATEWAY=192.168.1.2
    35 PREFIX=24
    36 BROADCAST=192.168.1.255</literal>
     31<literal>ONBOOT="yes"
     32SERVICE="ipv4-static"
     33IP="192.168.1.1"
     34GATEWAY="192.168.1.2"
     35PREFIX="24"
     36BROADCAST="192.168.1.255"</literal>
    3737EOF</userinput></screen>
    3838
Note: See TracChangeset for help on using the changeset viewer.