--- trunk/initscripts/busybox/conf.d/network 2013/12/06 09:49:44 2296 +++ trunk/initscripts/busybox/conf.d/network 2013/12/27 09:02:55 2297 @@ -1,5 +1,5 @@ DEFAULT_DHCP_PROG="/sbin/udhcpc" # -i must be the last argument! -DEFAULT_DHCP_START="-T10 -t3 -n -i" +DEFAULT_DHCP_START="-T10 -t3 -n -x hostname:$(hostname) -i" DEFAULT_DHCP_STOP="" DEFAULT_NETMASK="255.255.255.0"