mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 10:01:02 +01:00
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:
parent
dc7ae2bc6f
commit
a977444652
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user