Skip to content

Commit

Permalink
Merge pull request #856 from dmbaturin/T6942-no-guest-agents
Browse files Browse the repository at this point in the history
flavors: T6942: remove VM guest agents from the generic flavor
  • Loading branch information
c-po authored Dec 10, 2024
2 parents 017e0ed + 090a553 commit 6473704
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions data/build-flavors/generic.toml
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit 6473704

Please sign in to comment.