diff options
-rw-r--r-- | data/build-flavors/generic.toml | 2 | ||||
-rw-r--r-- | data/build-flavors/xcpng.toml | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/data/build-flavors/generic.toml b/data/build-flavors/generic.toml index 9bf7044d..f9ab5cab 100644 --- a/data/build-flavors/generic.toml +++ b/data/build-flavors/generic.toml @@ -6,7 +6,7 @@ image_format = "iso" packages = [ # QEMU and Xen guest tools exist for multiple architectures "qemu-guest-agent", - "vyos-xe-guest-utilities", + "xen-guest-agent" ] [architectures.amd64] diff --git a/data/build-flavors/xcpng.toml b/data/build-flavors/xcpng.toml deleted file mode 100644 index 3a04177f..00000000 --- a/data/build-flavors/xcpng.toml +++ /dev/null @@ -1,6 +0,0 @@ -# Installation ISO for the XCP-ng virtualization platform - -image_format = "iso" - -# Include these packages in the image -packages = ["xe-guest-utilities"] |