mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
Merge pull request #1703 from flatcar/jepio/update-engine-airgapped-selfhost-sysext
backport of #1580 to stable 3815
This commit is contained in:
commit
c1a014d7d1
1
changelog/bugfixes/2024-02-26-selfhosted-sysext.md
Normal file
1
changelog/bugfixes/2024-02-26-selfhosted-sysext.md
Normal file
@ -0,0 +1 @@
|
||||
- Fixed the handling of OEM update payloads in a Nebraska response with self-hosted packages in an airgapped environment ([update_engine#39](https://github.com/flatcar/update_engine/pull/39))
|
||||
@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="0a2e1bbd7564a237a15a0b3bf248f702b0d74e61" # flatcar-3815-backport
|
||||
CROS_WORKON_COMMIT="71b7cc345a2974bb9274eb058683d68bb301ffa0" # flatcar-3815-backport
|
||||
KEYWORDS="amd64 arm64"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user