coreos-base/coreos-init: update CROS_WORKON_COMMIT for backwards compat

For backwards compatibility for ex-coreos users, we need to update
CROS_WORKON_COMMIT in coreos-init to the latest commit.
This commit is contained in:
Dongsu Park 2020-02-13 10:12:19 +01:00
parent 8f706bb2b3
commit 99ae493c08
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="81fc55912ccac235d6182d5da8934e8ca1094c26"
CROS_WORKON_COMMIT="6fe882b9dea61583ef067f648b29198fa1ebe034" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi