mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 05:21:23 +02:00
sys-kernel/bootengine: update CROS_WORKON_COMMIT for backwards compat
For backwards compatibility for ex-coreos users, we need to update CROS_WORKON_COMMIT in bootengine to the latest commit.
This commit is contained in:
parent
99ae493c08
commit
a2652dd830
@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="845251df3cd88620697748afc618e7fc763c8ce7"
|
CROS_WORKON_COMMIT="4ddaee191d6ee6f8c52fca1d48225c5c57d753d2" # flatcar-master
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user