Skip to content

Commit

Permalink
coreos-base/update_engine: Forward proxy env for postinstall script
Browse files Browse the repository at this point in the history
This pulls in flatcar/update_engine#37
to forward the proxy env vars for curl and ue-rs download_sysext
(Flatcar Stable currently uses curl, Alpha uses ue-rs).
  • Loading branch information
pothos committed Jan 24, 2024
1 parent 0cc8406 commit ce73388
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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="2884789ab49dd8ee6ff6fae877380f3dcb6355e9" # TODO: flatcar-master
KEYWORDS="amd64 arm64"
fi

Expand Down

0 comments on commit ce73388

Please sign in to comment.