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

Enabled Module support in the kernel. #2

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

Conversation

SpaceXCheeseWheel
Copy link

Enable kernel module loading. This adds about 24kb to the rootfs size. This is a useful utility that allows savvy users to install their own kernel modules without having to recompile the rootfs, and for the space it makes up, I see no reason to not add it. To be honest, I don't have much experience with Linux kernel development, so I'm not sure if there are any potential drawbacks that I'm not considering.

For example, using this, I was able to install md-mod and mdadm to create a raid-0 array.
The Power of Kernel Modules

@McArdellje
Copy link

sorry for messaging here, i know this is the wrong place, but how did you manage to load a custom kernel into OC2? did you have to recompile it from source, as i can't see any obvious way of doing this otherwise

@Un1q32
Copy link

Un1q32 commented Feb 26, 2023

u can add it to the jar, i forgot the file path tho

@Un1q32 Un1q32 mentioned this pull request Feb 27, 2023
1 task
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.

3 participants