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

Make handling of boot= and root= kargs idempotent #2141

Closed
wants to merge 4 commits into from

Commits on Jan 17, 2023

  1. dracut/boot-edit: Do nothing if we have a boot= karg

    In this case, we shouldn't have anything to do.  This is needed
    for `bootc install` which currently sets up these kargs in advance.
    containers/bootc#30
    cgwalters committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    6f7197a View commit details
    Browse the repository at this point in the history
  2. dracut/ignition-setup: Use boot= karg if it exists

    This will be used with bootc which will default to injecting
    a karg for `boot`.
    cgwalters committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    df01601 View commit details
    Browse the repository at this point in the history
  3. ignition-uuid-root: no-op if we already have a root= karg

    For bootc compatibility.
    cgwalters committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    7b4d459 View commit details
    Browse the repository at this point in the history
  4. overlay: More no-ops if we have a boot= and/or root= karg

    We can assume the disk image is already set up in this case.
    cgwalters committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    d01094a View commit details
    Browse the repository at this point in the history