whitehara/kernel-tkg

Description

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.

Installation Instructions

Instructions not filled in by author. Author knows what to do. Everybody else should avoid this repo.

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download Fedora 37 x86_64 (0)* Fedora 37 (0 downloads)

* Total number of packages downloaded in the last seven days.


This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/whitehara/kernel-tkg/

Thank you for this repository!
How can I install this kernel in Silverblue?

Unfortunately, I don’t know the detail of Silverblue. Maybe you can download rpms manually, then use the rpm-ostree command like this:

rpm-ostree override replace --remove=kernel-core --remove=kernel-modules --install=kernel-core-*.rpm --install=kernel-modules-*.rpm

Please test it on the test environment before you try it on the production environment, or it will break your environment.

I think I’ve found the way to do it without manual download. Here is the command I use:

rpm-ostree override replace --experimental --from repo='copr:copr.fedorainfracloud.org:whitehara:kernel-tkg' kernel kernel-core kernel-modules kernel-modules-core kernel-modules-extra

Thanks for sharing such useful information.