summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2024-12-05 18:47:38 +0000
committerDaniil Baturin <daniil@baturin.org>2024-12-05 18:47:38 +0000
commit090a5532af48411b5f1f7d7979d66737d3647030 (patch)
tree18942ad7e7e7265b88aec3fd939dd35afb795fd6
parent1efcc4c5e123a03438b3d8f176c0bada28f45d15 (diff)
downloadvyos-build-090a5532af48411b5f1f7d7979d66737d3647030.tar.gz
vyos-build-090a5532af48411b5f1f7d7979d66737d3647030.zip
flavors: T6942: remove VM guest agents from the generic flavor
-rw-r--r--data/build-flavors/generic.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/data/build-flavors/generic.toml b/data/build-flavors/generic.toml
index f9ab5cab..f49a83c8 100644
--- a/data/build-flavors/generic.toml
+++ b/data/build-flavors/generic.toml
@@ -1,14 +1,3 @@
# Generic (aka "universal") ISO image
image_format = "iso"
-
-# Include these packages in the image regardless of the architecture
-packages = [
- # QEMU and Xen guest tools exist for multiple architectures
- "qemu-guest-agent",
- "xen-guest-agent"
-]
-
-[architectures.amd64]
- # Hyper-V and VMware guest tools are x86-only
- packages = ["hyperv-daemons", "vyos-1x-vmware"]