capsul.org webapp
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

make sure to upgrade qemu image version when creating new capsul

forest ab34a299 f4f6eb2c

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