Skip to content

runtime: boot: fastboot: add modules to initramfs #2864

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

EmbeddedAndroid
Copy link
Contributor

@EmbeddedAndroid EmbeddedAndroid commented Apr 29, 2025

When reviewing the kernelci devices in the Qualcomm lab I noticed we are not adding modules from the KCI artifacts into the initramfs. This patch adds the modules into the initramfs using the lava deploy schema.

When reviewing the kernelci devices in the Qualcomm lab
I noticed we are not adding modules from the KCI artifacts
into the initramfs. This patch adds the modules into the initramfs
using the lava deploy schema.

Signed-off-by: Tyler Baker <[email protected]>
Copy link
Member

@kwilczynski kwilczynski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch! Thank you!

@EmbeddedAndroid
Copy link
Contributor Author

@kwilczynski thanks for your review. I took a quick at the other boot templates, and indeed we are not overlaying the modules into the initramfs there. In the v1 of KCI, we overlay'd the modules in the initramfs so they would probe during boot, I think we should do the same in v2. I'll take a go at adding the required changes and test them locally. If they work properly I'll propose those changes as well.

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