diff --git a/modules.d/40network/ifup b/modules.d/40network/ifup index fb381af5..332fc213 100755 --- a/modules.d/40network/ifup +++ b/modules.d/40network/ifup @@ -27,7 +27,7 @@ do_dhcp() { # /sbin/dhclient-script will mark the netif up and generate the online # event for nfsroot # XXX add -V vendor class and option parsing per kernel - dhclient -1 -q -cf /sbin/dhclient.conf -pf /tmp/dhclient.$netif.pid -lf /tmp/dhclient.$netif.lease $netif + dhclient -1 -q -cf /etc/dhclient.conf -pf /tmp/dhclient.$netif.pid -lf /tmp/dhclient.$netif.lease $netif } # Handle static ip configuration