Changeset 5a8a7c0 in clfs-embedded for bootscripts/clfs
- Timestamp:
- Nov 14, 2006, 6:20:30 AM (18 years ago)
- Branches:
- master
- Children:
- 841271e
- Parents:
- 2d71b54
- Location:
- bootscripts/clfs/etc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/clfs/etc/inittab
r2d71b54 r5a8a7c0 1 ::sysinit:/etc/rc.d/ init.d/startup1 ::sysinit:/etc/rc.d/startup 2 2 3 3 tty1::respawn:/sbin/getty 38400 tty1 … … 8 8 tty6::respawn:/sbin/getty 38400 tty6 9 9 10 ::shutdown:/etc/rc.d/ init.d/shutdown10 ::shutdown:/etc/rc.d/shutdown 11 11 ::ctrlaltdel:/sbin/reboot -
bootscripts/clfs/etc/network.conf
r2d71b54 r5a8a7c0 4 4 5 5 # set to yes to enable networking 6 NETWORKING= "yes"6 NETWORKING=yes 7 7 8 8 # set to yes to set default route to gateway 9 USE_GATEWAY= "no"9 USE_GATEWAY=no 10 10 11 11 # set to gateway IP address 12 GATEWAY= "1.2.3.4"12 GATEWAY=1.2.3.4 -
bootscripts/clfs/etc/network.d/template
r2d71b54 r5a8a7c0 3 3 4 4 # network device name 5 INTERFACE= "eth0"5 INTERFACE=eth0 6 6 7 7 # set to "yes" to use DHCP instead of the settings below 8 DHCP= "no"8 DHCP=no 9 9 10 10 # interface settings 11 11 12 12 # IP address 13 IPADDRESS= "192.168.2.72"13 IPADDRESS=192.168.2.72 14 14 15 15 # netmask 16 NETMASK= "255.255.255.0"16 NETMASK=255.255.255.0 17 17 18 18 # broadcast address 19 BROADCAST= "192.168.2.255"19 BROADCAST=192.168.2.255
Note:
See TracChangeset
for help on using the changeset viewer.