Package

Build custom Debian packages

We will install a current Debian release to a build environment which will spawn in an isolated light-weight namespace container. mount /var/lib/machines/build debootstrap --arch amd64 bookworm /var/l...

Custom Debian apt repository

Let’s set up a local repository that will host our custom Debian packages using reprepro. We will configure two release trees in /var/www/leuxner.net/apt/debian/conf/distributions which will sto...