cloudinit: fix creation of cloudinit ready VMs

The framework do not support multiple format images, so this last minute
addition of qcow2 format was clearly not a good idea.

while here fix a typo

Reported by:	cperciva
This commit is contained in:
Baptiste Daroussin 2024-03-22 17:58:48 +01:00
parent dc7ae2bc6f
commit a977444652

View File

@ -30,9 +30,9 @@ AZURE_DESC= Microsoft Azure platform image
BASIC-CI_FORMAT= raw
BASIC-CI_FSLIST?= ufs
BASIC-CI_DESC= Image for CI
BASIC-CLOUDINIT_FORMAT= raw qcow2
BASIC-CLOUDINIT_FORMAT= raw
BASIC-CLOUDINIT_FSLIST?= ufs zfs
BASIC_CLOUDINIT_DESC?= Images for VM with cloudinit disk config support
BASIC-CLOUDINIT_DESC?= Images for VM with cloudinit disk config support
EC2_FORMAT= raw
EC2_FSLIST?= ufs zfs
EC2_FLAVOURS?= BASE CLOUD-INIT