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

rhel-9.5: Fixes for RHEL-49670 #2114

Merged
merged 3 commits into from
Jul 26, 2024

Commits on Jul 24, 2024

  1. Add detection for ostree-based systems and warn users about losing ch…

    …anges
    
    Upstream commit: 5c050ba
    
    On ostree-based systems, users can use dnf to customize the
    environment but those changes will be lost at the next ostree-based
    image update.  If you want to retain changes between ostree-updates
    you need to make use of rpm-ostree right now.
    
    Signed-off-by: David Cantrell <dcantrell@redhat.com>
    Resolves: https://issues.redhat.com/browse/RHEL-49670
    dcantrell authored and ppisar committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    fdf587e View commit details
    Browse the repository at this point in the history
  2. Update ostree/bootc host system check.

    Upstream commit: 6120fe5
    
    This changes the is_container() func for _is_bootc_host()
    and updates the logic and message. This should detect on
    all ostree and bootc hosts to date that are not using
    bootc usroverlay or ostree admin unlock for development
    purposes.
    
    Resolves: https://issues.redhat.com/browse/RHEL-49670
    jmarrero authored and ppisar committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    859249a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f85cda1 View commit details
    Browse the repository at this point in the history