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

Allow --downloadonly on read-only bootc system #2141

Merged

Commits on Oct 10, 2024

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

    "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 10, 2024
    Configuration menu
    Copy the full SHA
    d301552 View commit details
    Browse the repository at this point in the history