From 00c4d39242ebeb1ffb8b755589a5de56dba69e4b Mon Sep 17 00:00:00 2001
From: Daniil Baturin <daniil@baturin.org>
Date: Tue, 26 Nov 2024 17:45:05 +0000
Subject: build-flavors: T6913: fix Xen guest agent package in the generic
 image

Also, remove the old XCP-NG flavor because the new agent
works for both mainline Xen and XCP-NG
---
 data/build-flavors/generic.toml | 2 +-
 data/build-flavors/xcpng.toml   | 6 ------
 2 files changed, 1 insertion(+), 7 deletions(-)
 delete mode 100644 data/build-flavors/xcpng.toml

(limited to 'data')

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"]
-- 
cgit v1.2.3