Ignore:
Timestamp:
Dec 18, 2013, 1:04:00 AM (12 years ago)
Author:
Chris Staub <chris@…>
Children:
f975b3a
Parents:
1c9985f (diff), 8abef998 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Updated simp branch to match main book

File:
1 edited

Legend:

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

    r1c9985f r026bb5d  
    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.