Requirements:
limactl
ansible-playbook
qemu-img
virt-sparsify
./build_vm.sh
Download the latest release from the releases page.
Concatenate all the files together to make a qcow2 file.
cat pwnpad.qcow2.part_* > pwnpad.qcow2
Edit image location in lima/pwnpad.yml
to point to the qcow2 file on your system.
For example, if you store the qcow2 file in /tmp/pwnpad.qcow2
# This is the default
images:
- location: "file:///tmp/pwnpad.qcow2"
arch: aarch64