]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dhclient.conf points to the wrong location. Caused by not paying
authorPhilippe Seewer <philippe.seewer@bfh.ch>
Wed, 17 Jun 2009 11:25:25 +0000 (13:25 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 17 Jun 2009 13:43:52 +0000 (15:43 +0200)
attention while rebasing.

modules.d/40network/ifup

index fb381af546d001622d54f621ccfa825ad85ac0a3..332fc21379572d464f8472a7806875f04a596bea 100755 (executable)
@@ -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