mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-11 19:42:11 +01:00
Merge pull request #1601 from flatcar/scripts
coreos-base/coreos-init: Add flatcar-update flag to skip OEM payloads
This commit is contained in:
commit
d61ad78216
1
changelog/changes/2024-01-25-flatcar-update-oem.md
Normal file
1
changelog/changes/2024-01-25-flatcar-update-oem.md
Normal file
@ -0,0 +1 @@
|
||||
- Added a `flatcar-update --oem-payloads <yes|no>` flag to skip providing OEM payloads, e.g., for downgrades ([init#114](https://github.com/flatcar/init/pull/114))
|
||||
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="11640392fa6e6b4e485fe00cfede1069ab34aed3" # flatcar-3510-backport
|
||||
CROS_WORKON_COMMIT="f73923083ce2ac885ccd43b394875e17f9a12794" # flatcar-3510-backport
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user