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

Bug 1820401: daemon: better way to find installed kernel-rt packages on host #1612

Merged
merged 1 commit into from
Apr 3, 2020

Commits on Apr 3, 2020

  1. daemon: better way to determine installed kernel-rt packages on host

    Initially we were relying on fixed set of kernel-rt
    sub-packages which will be installed on the system. This can cause
    issues when machine-os-content ships additional kernel-rt
    sub-packages.
    
    To solve this, we now query host with
    `rpm-ostree status --json` and look for requested-local-packages
    in the 0th index from available deployments list.
    
    Fixes: RHBZ#1820401
    sinnykumari committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    3c70e22 View commit details
    Browse the repository at this point in the history