coreos-base/update_engine: fix flatcar-postinst migration notice

This pulls in
https://github.com/flatcar-linux/update_engine/pull/16
to fix a small template error in the cgroup v2 migration notice.
This commit is contained in:
Kai Lueke 2022-02-10 11:48:24 +01:00
parent 0c2a064bfb
commit 98d2469b60

View File

@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="04a76854b82f448f814ed46958c4d53ff27eefd7" # flatcar-master
CROS_WORKON_COMMIT="de8da9b92d6db3f08bd83f01cc8de2b3c15e675e" # flatcar-master
KEYWORDS="amd64 arm64"
fi