From: Harald Hoyer Date: Tue, 18 Aug 2015 09:53:31 +0000 (+0200) Subject: network/ifup.sh: let dhcp client run in the background X-Git-Tag: 044~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93b9885a65e693d264e9199b42cf9a08b167b332;p=thirdparty%2Fdracut.git network/ifup.sh: let dhcp client run in the background we need to renew the lease (cherry picked from commit fb2d643a385f1b02fbac6c2782b0026029c6bde7) --- diff --git a/modules.d/40network/ifup.sh b/modules.d/40network/ifup.sh index bb20afe2c..ceb5f5cb4 100755 --- a/modules.d/40network/ifup.sh +++ b/modules.d/40network/ifup.sh @@ -109,7 +109,7 @@ do_dhcp() { info "Starting dhcp for interface $netif" dhclient "$@" \ ${_timeout:+-timeout $_timeout} \ - -1 -q \ + -q \ -cf /etc/dhclient.conf \ -pf /tmp/dhclient.$netif.pid \ -lf /tmp/dhclient.$netif.lease \