mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-12 22:21:28 +01:00
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>