summaryrefslogtreecommitdiff
path: root/data/build-flavors/iso.toml
blob: 9bf7044d609a6d0ee474d50dafb343059fe9c9b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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",
  "vyos-xe-guest-utilities",
]

[architectures.amd64]
  # Hyper-V and VMware guest tools are x86-only
  packages = ["hyperv-daemons", "vyos-1x-vmware"]