summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2024-11-29 10:48:08 -0600
committerGitHub <noreply@github.com>2024-11-29 10:48:08 -0600
commite248336cdd92c3fe70d2195730c1bdd092783bcc (patch)
treec52356a894b707224ebe00b22395b0f9ad39d9f4
parentc62fef71fc89136d15cba695d2cbab8929892482 (diff)
parent00c4d39242ebeb1ffb8b755589a5de56dba69e4b (diff)
downloadvyos-build-e248336cdd92c3fe70d2195730c1bdd092783bcc.tar.gz
vyos-build-e248336cdd92c3fe70d2195730c1bdd092783bcc.zip
Merge pull request #846 from dmbaturin/T6913-xen-flavor-update
build-flavors: T6913: fix Xen guest agent package in the generic image
-rw-r--r--data/build-flavors/generic.toml2
-rw-r--r--data/build-flavors/xcpng.toml6
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"]