No description
patch | ||
src | ||
.gitignore | ||
prepare-image.sh | ||
README.md | ||
userconf.txt |
-
Execute the
prepare-image.sh [image]
script asroot
where[image]
is the url to raspiOS. -
Flash the
vcpi.img.xz
with for example Balena Etcher to a SD Card -
Boot Rpi on DHCP enabled network. The boot script should run
setup.sh
on first boot. -
Login using user:
pi
pass:vcpi
-
Debug the initial setup process with
journalctl -u firstboot
. Thesetup.sh
should be automatically renamed tosetup.sh.done
if setup is successful.