diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-08-24 09:06:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-24 09:06:00 +0100 |
commit | d75f6830dad22a11aba60ca95ac5cf4b667a7928 (patch) | |
tree | 92523d5a005235486b8a041998ef0c41fa59ba8a | |
parent | d914c71dfb79f04f5a5e83112e10623027fe7798 (diff) | |
parent | 487abf6855f6a74c7cddf0065c2c52823c05f8c9 (diff) | |
download | vyos-build-d75f6830dad22a11aba60ca95ac5cf4b667a7928.tar.gz vyos-build-d75f6830dad22a11aba60ca95ac5cf4b667a7928.zip |
Merge pull request #743 from vyos/mergify/bp/circinus/pr-738
build: T6666: singular image_format in flavor files (backport #738)
-rw-r--r-- | data/build-flavors/dell-vep1400.toml | 2 | ||||
-rw-r--r-- | data/build-flavors/dell-vep4600.toml | 2 | ||||
-rw-r--r-- | 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 8ce3d8b6..038cbe24 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 97256b41..50fdb4d2 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 81689b5e..3a04177f 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"] |