git: a977444652a5 - main - cloudinit: fix creation of cloudinit ready VMs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 17:03:33 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=a977444652a59332c53b652b912c38a1d1802b58 commit a977444652a59332c53b652b912c38a1d1802b58 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-03-22 16:58:48 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-03-22 17:03:27 +0000 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 --- release/Makefile.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/Makefile.vm b/release/Makefile.vm index 2b252aa18c3a..a52e3b9bac81 100644 --- a/release/Makefile.vm +++ b/release/Makefile.vm @@ -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