Changeset 5a8a7c0 in clfs-embedded for bootscripts/clfs/etc/network.d/template


Ignore:
Timestamp:
Nov 14, 2006, 6:20:30 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
841271e
Parents:
2d71b54
Message:

Fixing bootscripts start and shutdown.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/clfs/etc/network.d/template

    r2d71b54 r5a8a7c0  
    33
    44# network device name
    5 INTERFACE="eth0"
     5INTERFACE=eth0
    66
    77# set to "yes" to use DHCP instead of the settings below
    8 DHCP="no"
     8DHCP=no
    99
    1010# interface settings
    1111
    1212# IP address
    13 IPADDRESS="192.168.2.72"
     13IPADDRESS=192.168.2.72
    1414
    1515# netmask
    16 NETMASK="255.255.255.0"
     16NETMASK=255.255.255.0
    1717
    1818# broadcast address
    19 BROADCAST="192.168.2.255"
     19BROADCAST=192.168.2.255
Note: See TracChangeset for help on using the changeset viewer.