mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
coreos-base/coreos-init: Update to exclude weave network devices
The special weave devices are now excluded from networkd to prevent interference. This pulls in https://github.com/flatcar-linux/init/pull/22
This commit is contained in:
parent
ba9192da26
commit
b1af220ef9
@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="5407e012965b03b2d890f84e5999d4f86b09e67b" # flatcar-master
|
CROS_WORKON_COMMIT="1ba03680e324cd1574f03de9af4e944af8ab27ce" # flatcar-master
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user