mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
overlay coreos-base/update_engine: remove torcx sanity check
Include PR https://github.com/flatcar/update_engine/pull/30 to un-break updates when torcx was removed in favour of sysext. Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
This commit is contained in:
parent
428503083f
commit
6512ef04ca
@ -0,0 +1 @@
|
||||
- update_engine: remove torcx sanity checks because the OS image removed torcx ([update_engine#30](https://github.com/flatcar/update_engine/pull/30))
|
||||
@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="11309004b8451bf232539bdd3c7b0f5e4f69f5cb" # flatcar-master
|
||||
CROS_WORKON_COMMIT="e4b55716dc08be6211026730f0bbf94e6ce44d51" # flatcar-master
|
||||
KEYWORDS="amd64 arm64"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user