-
Notifications
You must be signed in to change notification settings - Fork 52
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
enable MD and build in some network drivers #98
Conversation
3cf86da
to
e87ab78
Compare
Awesome! Thanks for this change. |
Ping? |
What is the status of this? This is a great complement to #99 and I believe hook should move forward with building more hardware support directly into the kernel instead of relying on modules in the initramfs. Concerns may be that this increases the size of the kernel image however this should be balanced by a reduction in initramfs size. How can we move this forward? cc: @tstromberg @thebsdbox @storrgie @jkl92 |
Yeah I'm happy with that summary. |
NIC drivers in init ramfs don't help when kernel command line includes ip=dhcp. |
hmmm.....Hey @thebsdbox, looks like the CI could use some help here if you have any cycles? |
Something to do with mergify is blocking this.. 🙄 |
@Mergifyio refresh |
✅ Pull request refreshed |
@Mergifyio refresh |
✅ Pull request refreshed |
I needed this for my setup, I think others might find them useful. I wanted to setup md raid, so needed the md stuff built in. And in order to netboot from certain hardware, the driver for the hardware has to be built in, so add that as well. Signed-off-by: Steve Wills <[email protected]>
7c838e2
e87ab78
to
7c838e2
Compare
Hello. I would like to request moving from reviewer to approver role. I am looking for a sponsor from either @mmlb or @thebsdbox. Please and thank you. Requirements: - [X] I have reviewed the [community membership guidelines](https://github.com/tinkerbell/proposals/blob/main/proposals/0024/GOVERNANCE.md) - [X] I have [enabled 2FA on my GitHub account](https://github.com/settings/security) - [X] I have subscribed to the [tinkerbell-contributors e-mail list](https://lists.cncf.io/g/cncf-tinkerbell-dev) - [X] I am actively contributing to 1 or more Tinkerbell subprojects - [X] Reviewer for at least 1 month - [X] Shallow understanding of the technical goals and direction of the repository - [X] Shallow understanding of the technical domain of the repository - [X] Reviewed or merged at least 3 substantial PRs to the codebase such as significant re-design or whole new features PR Reviews #98 #89 #130 PR merges #118 #117 #116 #115 #59 Sponsor Request from @mmlb @thebsdbox
Hello. I would like to request moving from reviewer to approver role. I am looking for a sponsor from either @mmlb or @thebsdbox. Please and thank you. Requirements: - [X] I have reviewed the [community membership guidelines](https://github.com/tinkerbell/proposals/blob/main/proposals/0024/GOVERNANCE.md) - [X] I have [enabled 2FA on my GitHub account](https://github.com/settings/security) - [X] I have subscribed to the [tinkerbell-contributors e-mail list](https://lists.cncf.io/g/cncf-tinkerbell-dev) - [X] I am actively contributing to 1 or more Tinkerbell subprojects - [X] Reviewer for at least 1 month - [X] Shallow understanding of the technical goals and direction of the repository - [X] Shallow understanding of the technical domain of the repository - [X] Reviewed or merged at least 3 substantial PRs to the codebase such as significant re-design or whole new features PR Reviews #98 #89 #130 PR merges #118 #117 #116 #115 #59 Sponsor Request from @mmlb @thebsdbox
Description
I needed this for my setup, I think others might find them useful. I
wanted to setup md raid, so needed the md stuff built in. And in order
to netboot from certain hardware, the driver for the hardware has to be
built in, so add that as well.
Why is this needed
Enables using MD, fixes netboot on certain hardware
Fixes: #
How Has This Been Tested?
Yep, tested it on my hardware
How are existing users impacted? What migration steps/scripts do we need?
Shouldn't cause any issues
Checklist:
I have: