Merge pull request #1599 from flatcar/kai/pass-env

coreos-base/update_engine: Forward proxy env for postinstall script
This commit is contained in:
Kai Lüke 2024-01-24 14:53:27 +01:00 committed by GitHub
commit e9d7ba6e95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Forwarded the proxy environment variables of `update-engine.service` to the postinstall script to support fetching OEM systemd-sysext payloads through a proxy ([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="7b7d6b712e6aeb9cd3d01c7734c25927ea06da04" # flatcar-master
CROS_WORKON_COMMIT="367f1fd96cdf9d7f7f281ca132d02813be123d01" # flatcar-master
KEYWORDS="amd64 arm64"
fi