William Gill 092ab38da8 Fix kernel-devel packages replacing each other during install
DNF treats kernel-devel as a regular package, so installing a new
version removes the previous one. Only one version was ever present.

Fix by downloading all versions first with dnf download, then
installing them all with rpm -ivh --force --nodeps so every version
coexists in /usr/src/kernels/.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-06 17:27:49 -05:00
2026-04-06 11:17:46 -05:00
2026-04-06 22:05:15 +00:00
Description
No description provided
Readme 106 KiB
Languages
Shell 100%