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

KMM Day1 should support multiple modules #898

Open
yevgeny-shnaidman opened this issue Nov 17, 2023 · 0 comments
Open

KMM Day1 should support multiple modules #898

yevgeny-shnaidman opened this issue Nov 17, 2023 · 0 comments
Assignees

Comments

@yevgeny-shnaidman
Copy link
Member

Currently KMM Day functionality supports replacing only one kernel module during linux kernel initialization.
We should allow support for replacing multiple modules during kernel initialization.
There are 2 possible implementation option:

  1. All the module are stored in the same image. The systemd service will be changed to go over a list of modules and replace each on of them. This will require changing the package API implementation to receive a list of modules
  2. Each such kernel module should be replaced using a different MachineConfig. This will require making sure that the systemd for each such MC are not named and located at the same place, in order not to override one another

The first option seems more feasible, since it won't require user to create multiple images, and will require only one call to the package API

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

No branches or pull requests

1 participant