Merge pull request #3353 from flatcar/kai/update-engine-postinst-fix

coreos-base/update_engine: Fix keeping of needed Flatcar extensions
This commit is contained in:
Kai Lüke 2025-10-14 07:45:31 +02:00 committed by GitHub
commit ae01bf7801
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 @@
- Fixed that the needed Flatcar extensions don't get removed on update which caused a re-download ([update_engine#51](https://github.com/flatcar/update_engine/pull/51))

View File

@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/update_engine.git"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
EGIT_COMMIT="aa31b3ea36b2c4d585406ab13dbdf2c4e8959a99" # main
EGIT_COMMIT="3a44be455f7c6978e99f9e3d4f01401d80301c40" # main
KEYWORDS="amd64 arm64"
fi