mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
Backport XML passing to LTS as jump version for airgapped environments
Old versions didn't pass the Omaha XML response to the update-engine postinst action, thus triggering the fallback download which doesn't work for clients on a restricted network. Backport the XML passing to make it possible to use this LTS version as jump version because it doesn't require OEM payloads.
This commit is contained in:
parent
0de401c028
commit
30b1d0d5c4
1
changelog/changes/2024-01-25-support-oem-payloads.md
Normal file
1
changelog/changes/2024-01-25-support-oem-payloads.md
Normal file
@ -0,0 +1 @@
|
||||
- Backported the OEM payload support to update-engine to avoid the fallback download path for clients on a restricted network and rather use the URLs passed from `flatcar-update -E` or with self-hosted Nebraska payloads ([Flatcar#1332](https://github.com/flatcar/Flatcar/issues/1332), [Flatcar#1326](https://github.com/flatcar/Flatcar/issues/1326))
|
||||
@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="2a1110633bd9b4fe1741a2c77e6ca4cac1f1828b" # flatcar-3510-backport
|
||||
CROS_WORKON_COMMIT="ee47508c3f0d38724797198cda6c6705495d2758" # flatcar-3510-backport
|
||||
KEYWORDS="amd64 arm64"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user