The DHCPNetworkInterface task has a fairly serious bug. It deletes the /dev/null node if there's a dhcpcd.pid file. The rm on line 23 is missing the > redirector.
Attached is my task with a few additions. 1) Sources BootOptions and NetworkOptions 2) adds -h "$HostName" to dhcpcd cmdline. #1 is mainly for #2 but also useful to set DHCPTimeout. #2 is nice for dhcp servers that are integrated with DNS (or are a single daemon like dnsmasq). It allows the client to request a hostname be associated with given ip. -- Carlo J. Calica
DHCPNetworkInterface
Description: Binary data
_______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel