-
Notifications
You must be signed in to change notification settings - Fork 3
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
Replacing the Kernel with HardHatOS COPR kernel doesnt work #407
Comments
It looks like the kernel package provides two kernels in a single RPM which confuses ostree/rpm-ostree. |
Hi, its me. Here are some new errors.
|
This is an It probably would make sense to file an issue with the |
Listing the content of the offending package would help with debugging here:
If there truly are multiple kernels in a package then rpm-ostree can not know which one to use. |
Here is the file, its veeeery long. |
The only difference I can see is the usage of This indeed looks like an rpm-ostree bug. Please report it there and link the bug here. Thanks. |
I am using Fedora Kinoite. I want to replace the Kernel for the hardened one, along with hardened_malloc, which I have already successfully layered.
Describe the bug
Even though I fixed all dependency issues, I get
error: Multiple kernels (vmlinuz) found in: usr/lib/modules: 6.1.8-hardened1-1-hardened 6.1.7-200.fc37.x86_64+debug
To Reproduce
sudo rpm-ostree override remove kernel kernel-core kernel-modules kernel-modules-extra --install kernel-hardened
OS version:
The text was updated successfully, but these errors were encountered: