######################################################################################
- Building the rootfile system inside a docker container.
- Compiling a Custom RPi-Kernel and installing it.
- Put everything together to create a bootable SD-Card image.
git clone https://github.com/byte4RR4Y/rpi5-image-builder
cd rpi-image-builder
chmod +x ./*
chmod +x scripts/*
sudo ./install.sh
sudo ./build.sh
You will find your image in the output folder.
(If you want to conntrol the build by the commandline type './build.sh -h' for further information)
-If you want to add packages to install, append it to config/app-packages/pkg.txt
instead of modifying the Dockerfile
Contact to the developer: [email protected]
- Debian/amd64 (bullseye, bookworm, MX 21 and MX23 are tested)
DEBIAN:
- Testing
- Experimental
- Trixie
- Sid
- Bookworm
- Bullseye
Kernel from 3.16.x - 6.8.x
Currently supported desktops:
- XFCE (Not yet tested, report any issues)