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:
Kai Lueke 2024-01-25 12:56:47 +01:00
parent 0de401c028
commit 30b1d0d5c4
3 changed files with 2 additions and 1 deletions

View 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))

View File

@ -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