From: Philippe Seewer Date: Wed, 17 Jun 2009 11:25:25 +0000 (+0200) Subject: dhclient.conf points to the wrong location. Caused by not paying X-Git-Tag: 0.1~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ca4f8577033890c670adc8b19f617940daa26db;p=thirdparty%2Fdracut.git dhclient.conf points to the wrong location. Caused by not paying attention while rebasing. --- diff --git a/modules.d/40network/ifup b/modules.d/40network/ifup index fb381af54..332fc2137 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