Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1978 - (show annotations) (download)
Sat May 7 11:08:57 2011 UTC (13 years ago) by niro
File size: 165 byte(s)
-fixed header
-use udhcpc as standard dhcp util
1 # /etc/conf.d/net.eth0 - example eth0 network device configuration
2 # $Id$
3 ONBOOT="yes"
4 NETWORKING="dhcp"
5 DHCP_PROG="/sbin/udhcpc"
6 DHCP_START="-t 10 -q"
7 DHCP_STOP=""