diff options
author | dd <dd@wx.tnyzeq.icu> | 2024-08-22 12:00:10 +0200 |
---|---|---|
committer | dd <dd@wx.tnyzeq.icu> | 2024-08-22 12:00:10 +0200 |
commit | c98ef4435a42ceaa3a09242c21d4a202509e9170 (patch) | |
tree | f0d62d2cfbafe6eccd6d15f9bd0a7b67880e222c | |
parent | b7df1cbbeee8db5f8348e82a79a592c3f021b248 (diff) | |
parent | c5c6a1347c1533137a68bba8a750dea7e074f1b2 (diff) | |
download | vyos-build-c98ef4435a42ceaa3a09242c21d4a202509e9170.tar.gz vyos-build-c98ef4435a42ceaa3a09242c21d4a202509e9170.zip |
Merge branch 'vyos:current' into current
-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"] |