mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-02 02:51:06 +02:00
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:
commit
097f137edb
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2021-12-02-flatcar-update.md
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2021-12-02-flatcar-update.md
vendored
Normal 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))
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user