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

install-env-deps: recommend kdump-anaconda-addon #5205

Merged
merged 1 commit into from
Sep 27, 2023

Commits on Sep 26, 2023

  1. install-{env,img}-deps: recommend/require kdump-anaconda-addon

    Way back in https://bugzilla.redhat.com/show_bug.cgi?id=1115914
    and https://bugzilla.redhat.com/show_bug.cgi?id=1176483 , we
    wanted to get this addon included in the install environment.
    However, it wasn't really done properly. As things wound up, it
    got listed in lorax runtime-install.tmpl (which does the job of
    getting it in the 'traditional' installer environment, but not
    getting it on live images), and then to get it on live images,
    it was added to the anaconda-tools comps group.
    
    This got the job done, but isn't correct. anaconda-tools is
    meant to contain packages that the installer might need to
    deploy to the installed system, not packages that should be in
    the installer environment. It only wound up getting the package
    installed in the live environment because we have to include
    all packages from anaconda-tools in the lives because we have
    no way to add packages to live installs at install time.
    
    Adding this here is more correct, and would mean we only need to
    list it in one place (here) instead of two (lorax templates and
    comps).
    
    Signed-off-by: Adam Williamson <awilliam@redhat.com>
    AdamWill committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b91b606 View commit details
    Browse the repository at this point in the history