mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-21 21:51:57 +02:00
coreos-base/coreos-init: Add flatcar-update flag to skip OEM payloads
This pulls in https://github.com/flatcar/init/pull/114 to support a flag to skip providing OEM payloads, with the goal of easing downgrades to non-sysext-OEM releases or, when backported to LTS with the default behavior switched, to opt-in to OEM payloads for airgapped updates that can't use the fallback download.
This commit is contained in:
parent
bd7dbd42a3
commit
e16da83984
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="db7a12ed8b5cbfc3023b01af1ed2666c210ba78d" # flatcar-master
|
||||
CROS_WORKON_COMMIT="7e30bf5baa1abc5113024f2238d9c235aedaf62e" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user