Customize a Raspberry Pi image for redistribution.
sudo apt-get install \
--yes \
expect \
systemd-container
You need a Raspberry Pi OS Lite image file (.img).
sudo ./vdesktop 2020-08-20-raspios-buster-armhf-lite.img
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.