Magellan Linux

Annotation of /alx-src/branches/alxconf-060/skel/net/net.eth0

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2167 - (hide annotations) (download)
Wed May 18 14:58:36 2011 UTC (12 years, 11 months ago) by niro
File size: 162 byte(s)
-set default to timeout after 10 seconds, not to send 10 packets

1 niro 356 # /etc/conf.d/net.eth0 - example eth0 network device configuration
2 niro 1978 # $Id$
3 niro 356 ONBOOT="yes"
4     NETWORKING="dhcp"
5 niro 1978 DHCP_PROG="/sbin/udhcpc"
6 niro 2167 DHCP_START="-T 10"
7 niro 1978 DHCP_STOP=""