From 5753b4b6247271ab92c6be26b812bd15d7a4a9a8 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 28 May 2024 17:45:45 +0100 Subject: build: T6414: rename the "iso" flavor to "generic" --- data/build-flavors/generic.toml | 14 ++++++++++++++ data/build-flavors/iso.toml | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 data/build-flavors/generic.toml delete mode 100644 data/build-flavors/iso.toml (limited to 'data') diff --git a/data/build-flavors/generic.toml b/data/build-flavors/generic.toml new file mode 100644 index 00000000..9bf7044d --- /dev/null +++ b/data/build-flavors/generic.toml @@ -0,0 +1,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"] diff --git a/data/build-flavors/iso.toml b/data/build-flavors/iso.toml deleted file mode 100644 index 9bf7044d..00000000 --- a/data/build-flavors/iso.toml +++ /dev/null @@ -1,14 +0,0 @@ -# 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"] -- cgit v1.2.3