From 2965968b40ecf3c7a6bddebe7587cba2d1d03ff9 Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Tue, 21 Feb 2023 21:54:05 +0900 Subject: [PATCH] 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. --- .../coreos-base/coreos-init/coreos-init-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild index 7825d2271e..ad49e2fc39 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild @@ -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