Head to vagrantup.com and download Vagrant.
In your patchOS source directory:
$ vagrant up && vagrant halt && vagrant upFirst time setup will take about 1 hour on a half decent laptop.
The reason for halting and upping is to load any new kernel updates that was installed when upgrading Arch Linux.
$ vagrant ssh -c "/vagrant/vagrant-build"This will take about 40 minutes on a half decent laptop.
The final patchOS image will be in the release directory if everything went smoothly.
$ tar cf - patchOS-rpi4.img | pigz > patchOS-rpi.img.tar.gzThe default user is patch with password patch.
The root user has password root. Safety third ;-)
There is minimal safety implemented – root cannot login via SSH.