Skip to content

Release v0.15.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 12:40
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.