From 3979b25dcf137600b6ba7ccd361ae78515c012e8 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 6 Oct 2022 12:08:40 -0400 Subject: T3664: initial implementation of the build flavor system --- data/build-flavors/xcpng.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/build-flavors/xcpng.toml (limited to 'data/build-flavors/xcpng.toml') diff --git a/data/build-flavors/xcpng.toml b/data/build-flavors/xcpng.toml new file mode 100644 index 00000000..81689b5e --- /dev/null +++ b/data/build-flavors/xcpng.toml @@ -0,0 +1,6 @@ +# Installation ISO for the XCP-ng virtualization platform + +image_formats = "iso" + +# Include these packages in the image +packages = ["xe-guest-utilities"] -- cgit v1.2.3