Release v0.15.1
vm run: avoid adding empty "mounts" section to user-data An empty "mounts" section causes cloud-init to fail to start. It gets far enough that the VM is accessible, but still registers as a failed unit in systemd. Prevent this by only writing the "mounts" section when there are actual mounts.