From a1164d1f5c9d36a4ad5d17e9f684bb8ea81fe85f Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Sat, 8 Nov 2025 00:36:03 +0900 Subject: [PATCH] sys-kernel/bootengine: Try to load modules for all devices on timeout This pulls in https://github.com/flatcar/bootengine/pull/114 just to be sure that we tried all available modules based on the modalias when we don't make progress in the minimal initrd. So far we don't know if this helps (it won't for completly missing kernel modules of course) but it's good to have this done automatically instead of having to ask users if it helps for them when they hit an issue. It also prints the current state again which otherwise might be a bit hidden if a kernel message gets printed after the initial message. Signed-off-by: Kai Lueke --- .../coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild index 2216ae2fa9..f27d8fe5ad 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild @@ -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="66edf6fe96d4763a747273e73d91f175dc6e1107" # flatcar-master + EGIT_COMMIT="5d3ac4819005c92bc1b64d73ccf8d8b959443c3e" # flatcar-master KEYWORDS="amd64 arm arm64 x86" fi