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

Handle default kernel cmdline if multiple boot entries for the default kernel are defined #1302

Merged

Commits on Oct 18, 2024

  1. kernelcmdlineconfig: Add Report to produces tuple

    The missing `leapp.reporting.Report` class is added to
    kernelcmdlineconfig actor `produces` tuple.
    matejmatuska committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    99f546e View commit details
    Browse the repository at this point in the history
  2. kernelcmdlineconfig: Use args from first entry when multiple entries …

    …are listed
    
    Instead of erroring out when grubby lists multiple entries for the
    default kernel, always use the `args=` and `root=` from the first one and create
    a post-upgrade report. The report instruct user to ensure those are the
    correct ones or to correct them.
    
    This can happen, for example, if MAKEDEBUG=yes is set in
    /etc/sysconfing/kernel.
    
    Jira: RHEL-46911
    matejmatuska committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    95f9b3e View commit details
    Browse the repository at this point in the history