Skip to content
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

Revert "Use kmod library to load modules" #2091

Merged

Conversation

katiewasnothere
Copy link
Contributor

This reverts commit 8c5f531.

The changes introduced in #2034, changed the init binary from using statically loaded dependencies to dynamic dependencies. This can be an issue since some builds of libkmod (such as the one for Ubuntu 22.04) use the optional dependencies for libkmod (mentioned here), lzma and zstd. Some UVM images do not have these libraries installed by default.

Reverting the change that brings in libkmod while we work on installing libkmod without the optional dependencies.

@katiewasnothere katiewasnothere requested a review from a team as a code owner March 29, 2024 23:16
This reverts commit 8c5f531.

Signed-off-by: Kathryn Baldauf <kabaldau@microsoft.com>
@katiewasnothere katiewasnothere merged commit 71270a3 into microsoft:main Apr 1, 2024
17 of 19 checks passed
@katiewasnothere katiewasnothere deleted the kabaldau/revert_init_kmod branch April 1, 2024 20:21
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.

None yet

3 participants