No description
Find a file
2024-11-13 15:45:26 +02:00
src boilerplate 2024-11-12 22:39:17 +02:00
.gitignore boilerplate 2024-11-12 22:39:17 +02:00
prepare-image.sh disable local audio 2024-11-13 15:45:26 +02:00
README.md boilerplate 2024-11-12 22:39:17 +02:00
userconf.txt boilerplate 2024-11-12 22:39:17 +02:00

  1. Execute the prepare-image.sh [image] script as root where [image] is the url to raspiOS.

  2. Flash the vcpi.img.xz with for example Balena Etcher to a SD Card

  3. Boot Rpi on DHCP enabled network. The boot script should run setup.sh on first boot.

  4. Login using user: pi pass: vcpi

  5. Debug the initial setup process with journalctl -u firstboot. The setup.sh should be automatically renamed to setup.sh.done if setup is successful.