Merge pull request #3353 from flatcar/scripts

coreos-base/update_engine: Fix keeping of needed Flatcar extensions
This commit is contained in:
Kai Lueke 2025-10-14 14:46:42 +09:00
commit e8ce60c166
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