Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8041 - (hide annotations) (download)
Tue Dec 29 16:30:26 2015 UTC (8 years, 4 months ago) by niro
File size: 164 byte(s)
-use dhcpcd instead of udhcpc as default dhcp-client
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 8041 DHCP_PROG="/sbin/dhcpcd"
6     DHCP_START="-t 10"
7     DHCP_STOP="-k"