update_engine: postinst: Make sure Flatcar extension folder exists

This pulls in https://github.com/flatcar/update_engine/pull/50 to fix
a corner case when the extension file exists on old nodes that don't
yet support extensions but should pull them on their update.

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
This commit is contained in:
Kai Lueke 2025-09-03 22:18:19 +09:00
parent 05d887799c
commit ce8372b8a7

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="4ecb5e3b073dfc3818d8d0db2f4c3e15dccb0e5c" # main
EGIT_COMMIT="aa31b3ea36b2c4d585406ab13dbdf2c4e8959a99" # main
KEYWORDS="amd64 arm64"
fi