sys-kernel/bootengine: Restore support for custom PXE OEM contents

This pulls in https://github.com/flatcar/bootengine/pull/88
to restore looking at the documented /usr/share/oem path in a custom
PXE OEM initrd instead of /oem.
This commit is contained in:
Kai Lueke 2024-02-27 12:28:38 +01:00
parent 7a0e07d5ed
commit 57d7a6927d
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Restored support for custom OEMs supplied in the PXE boot where `/usr/share/oem` brings the OEM partition contents ([Flatcar#1376](https://github.com/flatcar/Flatcar/issues/1376))

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="5295e877b6ebd2fb343e464ffda896534c22d4c3" # flatcar-master
CROS_WORKON_COMMIT="d1fb6ff20fb11e79b8280cda8adfd9aee00df42a" # flatcar-3815-backport
KEYWORDS="amd64 arm arm64 x86"
fi