]> git.ipfire.org Git - thirdparty/dracut.git/commit
network/ifup: write override file before dhcp_do 201/head
authorLukas Nykryn <lnykryn@redhat.com>
Tue, 7 Feb 2017 16:09:41 +0000 (17:09 +0100)
committerLukas Nykryn <lnykryn@redhat.com>
Tue, 7 Feb 2017 16:09:41 +0000 (17:09 +0100)
commit73fb5e769bfee18fa2349ef9e33e4ee0878499b3
tree3b428ad2561f2bf33c427bfa72d59f04e19404d7
parent37a23435093a2a166652d9766265864075cafedf
network/ifup: write override file before dhcp_do

Commit cf376023e6d0d4abd9816fa954bb917fc2557713 moved writing .resolv.conf and .override
after dhcp_do, because dhcp_do was overwriting .resolv.conf. But .override does not have
such problem and on the contrary dhcp_do reads .override file if it is present. So let\'s
move it back.

https://bugzilla.redhat.com/show_bug.cgi?id=1415004
modules.d/40network/ifup.sh