No description
| patch | ||
| services | ||
| src | ||
| .gitignore | ||
| prepare-image.sh | ||
| README.md | ||
| userconf.txt | ||
-
Execute the
prepare-image.sh [image]script asrootwhere[image]is the url to raspiOS. -
Flash the
vcpi.imgto SD card. You can use Rpi Imager to set additional settings like wifi. -
Boot Rpi on DHCP enabled network. The boot script should run
setup.shon first boot and reboot the system when its done. -
Login using user:
pipass:vcpi -
Debug the initial setup process with
journalctl -u firstboot. Thesetup.shshould be automatically renamed tosetup.sh.doneif setup is successful.