Skip to content

byte4RR4Y/rpi5-image-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpi5-image-builder(UPDATED: 2024-02-21)

######################################################################################

This script builds a SD-Card image for raspberry pi 5 as it follows:

- 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.

Installation:


git clone https://github.com/byte4RR4Y/rpi5-image-builder
cd rpi-image-builder
chmod +x ./*
chmod +x scripts/*
sudo ./install.sh

To build an SD-Card image follow the instructions after:

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)

Adding custom packages to install

-If you want to add packages to install, append it to config/app-packages/pkg.txt
 instead of modifying the Dockerfile

Other Desktops be added soon...


Contact to the developer: byte4rr4y@gmail.com


Required Host system:

  • Debian/amd64 (bullseye, bookworm, MX 21 and MX23 are tested)

What you can build?

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)

About

Raspi5 Image creator for Debian suites

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published