-
Notifications
You must be signed in to change notification settings - Fork 93
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
coreos-install iso embed --no-initramfs-networking #164
Comments
This seems like a special case of a more general thing I've proposed before (though apparently I never filed a bug about it): provide an option for embedding any karg interpreted by Dracut, including the networking options generally. It'd be easy to implement (drop a file in Thoughts? |
Definitely related, although this gets into a few interesting details - among them that there's not really a standard way to remove a kernel argument, which is relevant here for disabling networking that is enabled by default. |
We wouldn't need to remove a karg I think, just append |
I'd guess |
I guess we could generalize this to |
This is part of the more generic conditional networking issue: coreos/fedora-coreos-tracker#443. |
After coreos/fedora-coreos-config#326 the Live ISO image no longer requires DHCP. |
The ISO (as with all the other artifacts) no longer default to initramfs networking. So closing this. |
For the use case of static IPs on bare metal, we have
coreos-install iso embed
to insert Ignition, but that still has an implicit requirement on DHCP.Let's add an option to
embed
that turns it off, like:The text was updated successfully, but these errors were encountered: