Skip to content

Commit

Permalink
Merge pull request #1601 from flatcar/scripts
Browse files Browse the repository at this point in the history
coreos-base/coreos-init: Add flatcar-update flag to skip OEM payloads
  • Loading branch information
pothos committed Feb 1, 2024
2 parents 4f7edff + 051dbe5 commit d61ad78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/changes/2024-01-25-flatcar-update-oem.md
Original file line number Diff line number Diff line change
@@ -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))
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d61ad78

Please sign in to comment.