-
Notifications
You must be signed in to change notification settings - Fork 157
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
dracut/firstboot-network: add default network kargs #362
Conversation
@dustymabe FYI this renames and reuses your dracut module. Is that ok or does this disrupt other things? |
I think that's fine. |
overlay.d/05core/usr/lib/dracut/modules.d/15coreos-firstboot-network/module-setup.sh
Outdated
Show resolved
Hide resolved
5ac8aef
to
6e133ec
Compare
Amended. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
We discussed this in last weeks community meeting. I think we need to hold this until the next round of releases goes out if I recall correctly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
EDIT: nevermind, we don't have to wait for merging this (i.e. it won't break other stuff), but we decided to finish the next round of releases first before proceeding. |
.../usr/lib/dracut/modules.d/15coreos-firstboot-network/50-afterburn-network-kargs-default.conf
Outdated
Show resolved
Hide resolved
This repurposes the dracut module as an umbrella for all firstboot network configuration fragments.
This add the default kargs for firstboot networking, currently mirroring the ones configured in GRUB.
6e133ec
to
23d12ab
Compare
@dustymabe is there anything else keeping it on hold at this point? |
Round of releases done, un-holding and merging. |
👍 |
This adds the default kargs for firstboot networking, currently mirroring
the ones configured in GRUB.
Ref: coreos/fedora-coreos-tracker#460
Required by: coreos/coreos-assembler#1373
Required by: coreos/afterburn#390