Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7964 - (hide annotations) (download)
Wed Dec 9 10:35:57 2015 UTC (8 years, 6 months ago) by niro
File size: 232 byte(s)
-updated skeleton to use dhcp-identifier too
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 7964 DHCP_START="-T 10 -t 5 -n -x hostname:$(hostname) $(dhcp-identifier -c $(alx-iface)) -i"
7 niro 1978 DHCP_STOP=""