Flash and provision raspbian images.
Find a file
2026-03-26 18:00:24 +01:00
LICENSES Add LICENSE information 2026-03-26 13:42:56 +01:00
provision-pi.sh fix: user password provision and sudo provision 2026-03-26 18:00:24 +01:00
README.md Add README 2026-03-26 13:56:50 +01:00

This project aims to simplify the provision of Raspbian on the raspberry pi.

How exactly does this project help?

This command liune tool does a view things:

  1. It decompresses the .xz compressed image file
  2. It flashes the image onto an sd-card
  3. It resizes the main filesystem to the whole sd card size
  4. It sets the cloud-init configuration for:
    1. Network provisioning (setting a static IP-Address so one does not have to look into the router to get the assigned IP-Address)
    2. User provisioning (creates a user and sets the allowed ssh key so it is easy to login in headless mode)

Why not Raspberry Pi Imager

The Raspberry Pi Imager also allows you to provision the flashed Raspbian image. However currently the Pi-Imager does not directly work under wayland and needs some environment variables to be set. Moreover, it is not possible to run the Pi Imager without root permissions, the problem with this is that the Pi Imager still has a GUI and running GUI applications a root does not feel right (at least in my opinion).