dhclient.conf points to the wrong location. Caused by not paying
attention while rebasing.master
parent
8ecd9d010a
commit
8ca4f85770
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue