bootengine: use latest upstream

Use https://github.com/flatcar/bootengine/pull/101, that fixes
systemd 256 Ignition quirk.

See: 44d0ff8819
This commit is contained in:
Adrian Vladu 2024-12-17 09:42:16 +00:00
parent 97ad5436ef
commit b2fd2c6855
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/bootengine.git"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
EGIT_COMMIT="c9de038b73621165f81573c77ca0d0c2f9e886db" # flatcar-master
EGIT_COMMIT="229e279c1e1e480ccbfb33f254c23068941b1518" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi