diff options
author | bk2zsto <bk2zsto@gmail.com> | 2024-08-19 16:18:23 -0400 |
---|---|---|
committer | bk2zsto <bk2zsto@gmail.com> | 2024-08-20 09:49:04 -0400 |
commit | 16a4c4d503b9528b0fc67b084ad19841a0639f7b (patch) | |
tree | 510a34948a5b8775ad6c22ed7b0c4ff3ac5018cd /data/build-flavors/xcpng.toml | |
parent | c75174bb4a22305211791946437bf0b4080ade2f (diff) | |
download | vyos-build-16a4c4d503b9528b0fc67b084ad19841a0639f7b.tar.gz vyos-build-16a4c4d503b9528b0fc67b084ad19841a0639f7b.zip |
build: T6666: singular image_format in flavor files
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"] |