mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
coreos-base/coreos-init: Fix dummy dev default networkd unit exclusion
This pulls in https://github.com/flatcar/init/pull/90 to fix the dummy interface exclusion rule in the default networkd unit. It was supposed to work before but didn't. With it we wouldn't have needed the special exclusions for Kubernetes interfaces.
This commit is contained in:
parent
493e755f8b
commit
2965968b40
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="c97767857f7d9aff54645796635814f7be423e31" # flatcar-master
|
||||
CROS_WORKON_COMMIT="bb97f96d36060483be2edee78acf98359ca28180" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user