Skip to content

Commit

Permalink
bootengine: use latest upstream
Browse files Browse the repository at this point in the history
Use flatcar/bootengine#101, that fixes
systemd 256 Ignition quirk.

See: coreos/fedora-coreos-config@44d0ff8
  • Loading branch information
ader1990 committed Dec 17, 2024
1 parent 97ad543 commit 120668a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 120668a

Please sign in to comment.