Merge pull request #1600 from flatcar/kai/pass-xml

Backport XML passing to LTS as jump version for airgapped environments
This commit is contained in:
Kai Lüke 2024-01-31 20:09:36 +01:00 committed by GitHub
commit a7bc7d876f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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