224CRT deb repository

This repository contains the last stable upstream kernel (6.16.8), as well as the associated headers files, compiled and packaged for Debian 13 "Trixie".
I use it personnaly to have an up to date version of bcachefs for my personnal use.

But for now, bcachefs has been "externally maintained" from the kernel.
You should then also use the official repository to install the bcachefs tools and the DKMS module needed tho have an up to date version.

Add this repository to your config

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

Install a recent kernel

For the last stable release :

apt install linux-image-amd64-224crt

Install recent headers

For the last stable release :

apt install linux-headers-amd64-224crt

Install bcachefs-tools

Go to the official repository.

Contact