224CRT deb repository

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.

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 bcachefs-tools

apt install bcachefs-tools

Install a recent kernel

For the last stable release :

apt install linux-image-amd64-224crt

For the last release candidate :

apt install linux-image-rc-amd64-224crt

Contact