mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-27 00:01:55 +01:00
sys-kernel/bootengine: Bump to address PXE OEM issue
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
parent
7201f37ee8
commit
2d1252e7ec
1
changelog/bugfixes/2026-03-03-pxe-oem.md
Normal file
1
changelog/bugfixes/2026-03-03-pxe-oem.md
Normal file
@ -0,0 +1 @@
|
||||
- Restored the ability to customize PXE images with OEM data. This was broken since moving to the minimal initrd. ([Flatcar#2023](https://github.com/flatcar/Flatcar/issues/2023))
|
||||
@ -1 +1 @@
|
||||
DIST bootengine-e9a7ee2ee3c411b28db95d9bf826c54128c5343e.tar.gz 37230 BLAKE2B 6bf681e78612a08263865ca4be78c086a2ab150b449320ab961e443b63e592cdea2d4c2d8bbdb6038cb3a7caae007d72b14759bcfa048f6231f213b8ebeda1a9 SHA512 bcc6b0e99e99a7387060112506feec1d4ce341ba63029d6466e9822c569ff5c7b9d5267f7980fa24778181d27f91be5f82653da2e829b66e62851484e11dcac0
|
||||
DIST bootengine-9c6a9e4c03e27cdfc5056bf6a76788d2b7165cbb.tar.gz 37123 BLAKE2B a3fafdd8ca38f5eca2df8cfe7fb7825ecfa3b41146c1be327fdf261444d52fa7c582b8351239d1c50532db89d3b863dde445de5dfe60ad167c36c8c8460c2a40 SHA512 e3569138b05b7c07554a37a767a60318f1df918532317f1a9f11b2cd12fc5e7079f8c713287104169575eea93fd83c4238cf230787941341f1d157e9069527bb
|
||||
|
||||
@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
|
||||
EGIT_REPO_URI="https://github.com/flatcar/bootengine.git"
|
||||
inherit git-r3
|
||||
else
|
||||
EGIT_VERSION="e9a7ee2ee3c411b28db95d9bf826c54128c5343e" # flatcar-master
|
||||
EGIT_VERSION="9c6a9e4c03e27cdfc5056bf6a76788d2b7165cbb" # flatcar-master
|
||||
SRC_URI="https://github.com/flatcar/bootengine/archive/${EGIT_VERSION}.tar.gz -> ${PN}-${EGIT_VERSION}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${EGIT_VERSION}"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user