/customize-rpi

Customize a redistributable Raspberry Pi image

Primary LanguageShell

customize-rpi

Overview

Customize a Raspberry Pi image for redistribution.

Pre-requisites

sudo apt-get install \
  --yes \
  expect \
  systemd-container

You need a Raspberry Pi OS Lite image file (.img).

To run

sudo ./vdesktop 2020-08-20-raspios-buster-armhf-lite.img

Acknowledgements

This is a fork of the vdesktop project by @Botspot.

This fork focuses on running Raspberry Pi in unattended scripts, whereas vdesktop focuses on providing support for running Raspberry Pi OS images interactively.