Merge pull request #2705 from flatcar/chewi/bootengine-ignition-remount

sys-kernel/bootengine: Bump to address Ignition mount issue on PXE
This commit is contained in:
James Le Cuirot 2025-02-28 14:08:49 +00:00 committed by GitHub
commit 9806c1f28e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
EGIT_COMMIT="229e279c1e1e480ccbfb33f254c23068941b1518" # flatcar-master
EGIT_COMMIT="9b57178c5390855d10c09a21278467ada35df767" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi