diff options
author | Daniil Baturin <daniil@baturin.org> | 2024-11-26 17:45:05 +0000 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2024-11-26 17:46:22 +0000 |
commit | 00c4d39242ebeb1ffb8b755589a5de56dba69e4b (patch) | |
tree | 23a6cd0bef6a85fc9dbb6634ddc96d26221f7145 | |
parent | 3e660d3e30f39990c39a7dc09b0b883d375425a7 (diff) | |
download | vyos-build-00c4d39242ebeb1ffb8b755589a5de56dba69e4b.tar.gz vyos-build-00c4d39242ebeb1ffb8b755589a5de56dba69e4b.zip |
build-flavors: T6913: fix Xen guest agent package in the generic image
Also, remove the old XCP-NG flavor because the new agent
works for both mainline Xen and XCP-NG
-rw-r--r-- | data/build-flavors/generic.toml | 2 | ||||
-rw-r--r-- | data/build-flavors/xcpng.toml | 6 |
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"] |