mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-19 03:11:29 +02:00
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:
commit
ae01bf7801
1
changelog/bugfixes/2025-10-10-flatcar-extensions.md
Normal file
1
changelog/bugfixes/2025-10-10-flatcar-extensions.md
Normal 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))
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user