Skip to content

Commit b2fd2c6

Browse files
committed
bootengine: use latest upstream
Use flatcar/bootengine#101, that fixes systemd 256 Ignition quirk. See: coreos/fedora-coreos-config@44d0ff8
1 parent 97ad543 commit b2fd2c6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/bootengine.git"
77
if [[ "${PV}" == 9999 ]]; then
88
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
99
else
10-
EGIT_COMMIT="c9de038b73621165f81573c77ca0d0c2f9e886db" # flatcar-master
10+
EGIT_COMMIT="229e279c1e1e480ccbfb33f254c23068941b1518" # flatcar-master
1111
KEYWORDS="amd64 arm arm64 x86"
1212
fi
1313

0 commit comments

Comments
 (0)