mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 02:16:59 +02:00
coreos-base/coreos-init: systemd/network, don't manage the loopback interface
This pulls in a change in the systemd network unit to ignore the loopback interface instead of managing its state which sometimes causes the address to be lost. https://github.com/kinvolk/init/pull/40
This commit is contained in:
parent
81926e26ae
commit
5916bfbfa9
@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="cbb8ec19871c19b9927ea083e68e2e2a5b3f0906" # flatcar-master
|
||||
CROS_WORKON_COMMIT="21b1c15f58803c50d47d99b44f949f6922039cda" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user