--- alx-src/branches/alxconf-060/conf/config.rc 2015/12/09 10:34:58 7963 +++ alx-src/branches/alxconf-060/conf/config.rc 2015/12/29 16:30:26 8041 @@ -55,7 +55,6 @@ # preliminary and default network settings # only dhcp is supported at the moment ALX_NETWORKING="dhcp" -ALX_DHCP_PROG="/sbin/udhcpc" -# -i must be the last argument! -ALX_DHCP_START='-T 10 -t 5 -n -x hostname:$(hostname) -c $(dhcp-identifier $(alx-iface)) -i' -ALX_DHCP_STOP="" +ALX_DHCP_PROG="/sbin/dhcpcd" +ALX_DHCP_START="-t 10" +ALX_DHCP_STOP="-k"