mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
coreos-base/update_engine: Make use of ue-rs download_sysext binary
This pulls in https://github.com/flatcar/update_engine/pull/34 to switch from bash with curl and decode_payload to the ue-rs download_sysext binary.
This commit is contained in:
parent
6fba6ae56e
commit
9df6652509
@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="8fb11a4abfbf42941efdd73d06ee180bb26557f6" # flatcar-master
|
CROS_WORKON_COMMIT="43bb354c67c513ace66d414d9d4aec761eb24680" # flatcar-master
|
||||||
KEYWORDS="amd64 arm64"
|
KEYWORDS="amd64 arm64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user