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

[WIP] providers: add experimental initrd network bootstrap #362

Closed
wants to merge 3 commits into from

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    9dc7d86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    833b80d View commit details
    Browse the repository at this point in the history
  3. providers: add experimental initrd network bootstrap

    This adds initial/experimental support for bootstrapping the network
    in the initrd. It is meant to support weird cloud providers where
    DHCP is not available or not usable.
    This feature is currently reachable as a dedicated `exp rd-net-bootstrap`
    subcommand.
    The first provider where this logic is required is `ibmcloud-classic`.
    lucab committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    aaf746c View commit details
    Browse the repository at this point in the history