sys-kernel/bootengine: Bump to address Ignition mount issue on PXE

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
James Le Cuirot 2025-02-27 11:29:57 +00:00
parent 083a7eacde
commit dafce25482
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137
3 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Fixed PXE boot failures that arose since upgrading to systemd v256. Users were dumped to an emergency shell. ([flatcar/bootengine#103](https://github.com/flatcar/bootengine/pull/103))

View File

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