Merge pull request #1468 from flatcar-linux/kai/flatcar-update

coreos-base/coreos-init: bump init repo to add flatcar-update tool
This commit is contained in:
Kai Lüke 2021-12-02 17:33:47 +01:00 committed by GitHub
commit 097f137edb
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Added a new flatcar-update tool to the image to ease manual updates, rollbacks, channel/release jumping, and airgapped updates ([PR#53](https://github.com/flatcar-linux/init/pull/53))

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://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="a3aec0e8daa5ce7b6221356710c3463eff238c4b" # flatcar-master CROS_WORKON_COMMIT="58360ed0da957c2cd0ae9eeab645735d814f565c" # flatcar-master
KEYWORDS="amd64 arm arm64 x86" KEYWORDS="amd64 arm arm64 x86"
fi fi