how can i install custom kernel in my image?
how can i install bazzite kernel (and other kernels) in my image?
Solution:Jump to solution
when you want to do something that bazzite or bluefin does already, usually it's easiest to just check how they do it
5 Replies
GitHub
GitHub - bazzite-org/kernel-bazzite: Home of the Bazzite kernel, co...
Home of the Bazzite kernel, containing early fixes for handhelds and new exotic hardware. - bazzite-org/kernel-bazzite
Solution
when you want to do something that bazzite or bluefin does already, usually it's easiest to just check how they do it
here's the kernel installation script
https://github.com/ublue-os/bazzite/blob/main/build_files/install-kernel-akmods
GitHub
bazzite/build_files/install-kernel-akmods at main · ublue-os/bazzite
Bazzite makes gaming and everyday use smoother and simpler across desktop PCs, handhelds, tablets, and home theater PCs. - ublue-os/bazzite
and the corresponding
RUN
statement in the containerfile https://github.com/ublue-os/bazzite/blob/f5b8a43def251caa56f176e690f19927677b8e50/Containerfile#L123GitHub
bazzite/Containerfile at f5b8a43def251caa56f176e690f19927677b8e50 ...
Bazzite makes gaming and everyday use smoother and simpler across desktop PCs, handhelds, tablets, and home theater PCs. - ublue-os/bazzite
the rpms come from
ublue-os/akmods