Magellan Linux

Contents of /trunk/initscripts/busybox/conf.d/network

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2297 - (show annotations) (download)
Fri Dec 27 09:02:55 2013 UTC (10 years, 4 months ago) by niro
File size: 178 byte(s)
-always update the hostname on the dhcp-server
1 DEFAULT_DHCP_PROG="/sbin/udhcpc"
2 # -i must be the last argument!
3 DEFAULT_DHCP_START="-T10 -t3 -n -x hostname:$(hostname) -i"
4 DEFAULT_DHCP_STOP=""
5 DEFAULT_NETMASK="255.255.255.0"