You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installonly_limit value in tdnf.conf does not change the behavior of tdnf. Only 1 kernel and its modules are ever present. An upgrade/downgrade will remove all other kernels except the new kernel being installed. rpm -ihv and dnf install -y behave as expected,
ie. installonly_limit=3 should result in up to 3 kernels. However, all other kernels are always removed for the new kernel being installed.
This option is mentioned in the documentation in the example tdnf.conf and config code
Describe the bug
The
installonly_limit
value intdnf.conf
does not change the behavior of tdnf. Only 1 kernel and its modules are ever present. An upgrade/downgrade will remove all other kernels except the new kernel being installed.rpm -ihv
anddnf install -y
behave as expected,ie. installonly_limit=3 should result in up to 3 kernels. However, all other kernels are always removed for the new kernel being installed.
This option is mentioned in the documentation in the example tdnf.conf and config code
Reproduction steps
Expected behavior
Additional context
No response
The text was updated successfully, but these errors were encountered: