Skip to content

Commit 5ed6e9a

Browse files
committed
sys-kernel/bootengine: Try to load modules for all devices on timeout
This pulls in flatcar/bootengine#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 <[email protected]>
1 parent 06f3ae5 commit 5ed6e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/bootengine.git"
77
if [[ "${PV}" == 9999 ]]; then
88
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
99
else
10-
EGIT_COMMIT="66edf6fe96d4763a747273e73d91f175dc6e1107" # flatcar-master
10+
EGIT_COMMIT="5d3ac4819005c92bc1b64d73ccf8d8b959443c3e" # flatcar-master
1111
KEYWORDS="amd64 arm arm64 x86"
1212
fi
1313

0 commit comments

Comments
 (0)