Changeset 5a8a7c0 in clfs-embedded


Ignore:
Timestamp:
Nov 13, 2006, 10:20:30 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
841271e
Parents:
2d71b54
Message:

Fixing bootscripts start and shutdown.

Location:
bootscripts/clfs/etc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/clfs/etc/inittab

    r2d71b54 r5a8a7c0  
    1 ::sysinit:/etc/rc.d/init.d/startup
     1::sysinit:/etc/rc.d/startup
    22
    33tty1::respawn:/sbin/getty 38400 tty1
     
    88tty6::respawn:/sbin/getty 38400 tty6
    99
    10 ::shutdown:/etc/rc.d/init.d/shutdown
     10::shutdown:/etc/rc.d/shutdown
    1111::ctrlaltdel:/sbin/reboot
  • bootscripts/clfs/etc/network.conf

    r2d71b54 r5a8a7c0  
    44
    55# set to yes to enable networking
    6 NETWORKING="yes"
     6NETWORKING=yes
    77
    88# set to yes to set default route to gateway
    9 USE_GATEWAY="no"
     9USE_GATEWAY=no
    1010
    1111# set to gateway IP address
    12 GATEWAY="1.2.3.4"
     12GATEWAY=1.2.3.4
  • 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.