From 7bf2068eef3a514d73f5101101a38c33955be7d7 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Thu, 14 Mar 2019 12:20:28 +0100 Subject: [PATCH] coreos-base/coreos-init: add more systemd-networkd configs Since we added several systemd-networkd config files to flatcar-linux/init, we need to also update coreos-init to pull the newest commit of coreos-init. See also https://github.com/flatcar-linux/init/pull/6 --- coreos-base/coreos-init/coreos-init-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-base/coreos-init/coreos-init-9999.ebuild b/coreos-base/coreos-init/coreos-init-9999.ebuild index 8c6f8de52a..4d1861faa9 100644 --- a/coreos-base/coreos-init/coreos-init-9999.ebuild +++ b/coreos-base/coreos-init/coreos-init-9999.ebuild @@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~x86" else - CROS_WORKON_COMMIT="49cece6a0aed61dfdffaa1cb511b6d7e0b5dedad" + CROS_WORKON_COMMIT="47b635fed4c9c89419bc17e345f6c1ee60c56918" KEYWORDS="amd64 arm arm64 x86" fi