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

fedora-coreos-base: use NetworkManager for networking in the initramfs #310

Merged
merged 2 commits into from
Mar 24, 2020

Commits on Mar 24, 2020

  1. fedora-coreos-base: use NetworkManager for networking in the initramfs

    Moving to NetworkManager in the initrd should help us solve some
    problems we've been having with Networking. For what we want to
    do in Fedora CoreOS doing this right requires the network to be
    torn down in the initrd and also possibly propagated forward.
    
    We effectively move *to* NetworkManager in the initrd (the default
    in Fedora 31+) by putting back in the nm-initrd-generator, which
    we were previously removing.
    
    Requires: coreos/ignition-dracut#159
    Fixes: coreos/fedora-coreos-tracker#394
    dustymabe committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    e67076c View commit details
    Browse the repository at this point in the history
  2. overrides: fasttrack ignition-2.2.1-1.git2d3ff58.fc31.x86_64

    Needed for appropriately implementing NetworkManager support
    in the initramfs. See coreos/ignition-dracut#159
    dustymabe committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    8cb6b8c View commit details
    Browse the repository at this point in the history