Skip to content

dracut: Add module for asahio specific kernel modules#46

Merged
marcan merged 1 commit into
AsahiLinux:mainfrom
jannau:module-90kernel-modules-asahi
Apr 29, 2024
Merged

dracut: Add module for asahio specific kernel modules#46
marcan merged 1 commit into
AsahiLinux:mainfrom
jannau:module-90kernel-modules-asahi

Conversation

@jannau
Copy link
Copy Markdown
Member

@jannau jannau commented Apr 24, 2024

The config based kernel module handling unfortunately fails with missing drivers as the handling of add_drivers gives up on the first missing kernel module, prints an error message but carries on to create a initramfs with missing modules.
Use our own module to call instmod without "-c" to avoid checks.

The config based kernel module handling unfortunately fails with missing
drivers as the handling of `add_drivers` gives up on the first missing
kernel module, prints an error message but carries on to create a
initramfs with missing modules.
Use our own module to call `instmod` without "-c" to avoid checks.

Signed-off-by: Janne Grunau <j@jannau.net>
@marcan
Copy link
Copy Markdown
Contributor

marcan commented Apr 29, 2024

Eww. That's one nasty failure case.

@marcan marcan merged commit 4389bee into AsahiLinux:main Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants