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.6: Allow --downloadonly on read-only bootc system #2145

Commits on Oct 15, 2024

  1. Allow --downloadonly on read-only bootc system

    Upstream commit: 8d888d2
    
    "dnf install --downloadonly" failed on read-only bootc system despite
    not running the transaction. The downloaded packages are stored under
    writable /var or to a directory explicitly choosen by a user.
    
    This patch suppresses the bootc read-only bailout if --downloadonly
    option is used.
    
    https://issues.redhat.com/browse/RHEL-61745
    ppisar committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    84de557 View commit details
    Browse the repository at this point in the history