+1
capsulflask/shell_scripts/create.sh
+1
capsulflask/shell_scripts/create.sh
···
61
61
62
62
# Copy from the source image to the VM image, making sure to upgrade the QCOW2 image version along the way
63
63
qemu-img convert -O qcow2 -o compat=1.1 "$template_file" "$disk"
64
+
chown libvirt-qemu:libvirt-qemu "$disk"
64
65
65
66
cp /tank/config/cyberia-cloudinit.yml /tmp/cloudinit.yml
66
67
echo "$pubkeys" | while IFS= read -r line; do