This repository contains the last stable upstream kernel, as well as
the last release candidate, compiled and packaged for Debian 13. (Ubuntu
coming)
I use it personnaly to have an up to date version of bcachefs (the kernel code, and the
userland tools) for my personnal use.
To add this repository and the associated gpg key to your config, you can download and install this package :
# Download de deb file :
wget -O /tmp/224crt-archive-keyring.deb https://deb.224charenton.net/224crt-archive-keyring.deb
# And, as root :
dpkg -i /tmp/224crt-archive-keyring.deb
apt update
apt install bcachefs-tools
For the last stable release :
apt install linux-image-amd64-224crt
For the last release candidate :
apt install linux-image-rc-amd64-224crt