Kai Lueke 5ed6e9a3ee 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 <kailuke@microsoft.com>
2025-11-08 00:36:03 +09:00
..