diff options
author | bk2zsto <bk2zsto@gmail.com> | 2024-08-19 16:18:23 -0400 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-22 09:48:28 +0000 |
commit | 487abf6855f6a74c7cddf0065c2c52823c05f8c9 (patch) | |
tree | 429382572c215a9bcd4d060782e97206e4c5ff67 /data/build-flavors/xcpng.toml | |
parent | 7141d8bf7717d79a6f64b163cd1e20c5d1559140 (diff) | |
download | vyos-build-487abf6855f6a74c7cddf0065c2c52823c05f8c9.tar.gz vyos-build-487abf6855f6a74c7cddf0065c2c52823c05f8c9.zip |
build: T6666: singular image_format in flavor filesmergify/bp/circinus/pr-738
(cherry picked from commit 16a4c4d503b9528b0fc67b084ad19841a0639f7b)
Diffstat (limited to 'data/build-flavors/xcpng.toml')
-rw-r--r-- | data/build-flavors/xcpng.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |