From e1d46aab55effc888d5e67a0c9f79a7eaa0fd172 Mon Sep 17 00:00:00 2001 From: bk2zsto Date: Mon, 19 Aug 2024 16:18:23 -0400 Subject: [PATCH] build: T6666: singular image_format in flavor files (cherry picked from commit 16a4c4d503b9528b0fc67b084ad19841a0639f7b) --- data/build-flavors/dell-vep1400.toml | 2 +- data/build-flavors/dell-vep4600.toml | 2 +- data/build-flavors/xcpng.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/build-flavors/dell-vep1400.toml b/data/build-flavors/dell-vep1400.toml index 8ce3d8b6f9..038cbe2455 100644 --- a/data/build-flavors/dell-vep1400.toml +++ b/data/build-flavors/dell-vep1400.toml @@ -1,6 +1,6 @@ # ISO image for Dell VEP4600 devices -image_formats = "iso" +image_format = "iso" # Replace built-in NIC naming rules with empty files # to prevent them from taking any effect diff --git a/data/build-flavors/dell-vep4600.toml b/data/build-flavors/dell-vep4600.toml index 97256b4180..50fdb4d24e 100644 --- a/data/build-flavors/dell-vep4600.toml +++ b/data/build-flavors/dell-vep4600.toml @@ -1,6 +1,6 @@ # ISO image for Dell VEP4600 devices -image_formats = "iso" +image_format = "iso" # Replace built-in NIC naming rules with empty files # to prevent them from taking any effect diff --git a/data/build-flavors/xcpng.toml b/data/build-flavors/xcpng.toml index 81689b5ecd..3a04177f4d 100644 --- a/data/build-flavors/xcpng.toml +++ b/data/build-flavors/xcpng.toml @@ -1,6 +1,6 @@ # Installation ISO for the XCP-ng virtualization platform -image_formats = "iso" +image_format = "iso" # Include these packages in the image packages = ["xe-guest-utilities"]