coreos-base/coreos-init: Use backport branch for sysupdate noop

This pulls in a change to use the old .conf extension instead of
.transfer.

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
This commit is contained in:
Kai Lueke 2025-12-19 18:16:27 +09:00 committed by Kai Lüke
parent 7119a4838a
commit 0b80b01137

View File

@ -8,8 +8,7 @@ EGIT_REPO_URI="https://github.com/flatcar/init.git"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
EGIT_BRANCH="flatcar-4081-backport"
EGIT_COMMIT="0900245444ab5a4af480805ab51986bbd58ffc7f" # flatcar-4081-backport
EGIT_COMMIT="d615ae62f1a779bca374855c6e525b2ce064665e" # flatcar-4081-backport
KEYWORDS="amd64 arm arm64 x86"
fi