From e31762ceecea7b185f222c2d481a6e706906e082 Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Wed, 1 Feb 2023 14:06:47 +0100 Subject: [PATCH] coreos-base/coreos-init: Don't create a nested symlink when it exists This pulls in the motdgen change https://github.com/flatcar/init/pull/88 to not create a broken symlink in the symlinked /run/flatcar/ directory if the directory symlink /run/coreos already exists. --- .../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 82a8140672..d02f3ac8a5 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="11d9562a42276bdd7887faa43af04c9af1d2b2a8" # flatcar-master + CROS_WORKON_COMMIT="ef534d83fb5ccfa3498e18e0fc7fac6d63aa82ef" # flatcar-master KEYWORDS="amd64 arm arm64 x86" fi