From 596c927c8a1640f8cfb1e4dd4e41e8384e72bb90 Mon Sep 17 00:00:00 2001 From: William Grzybowski <56250+william-gr@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:03:43 -0300 Subject: [PATCH] Add incus-agent (#731) Co-authored-by: bugclerk --- conf/build.manifest | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/build.manifest b/conf/build.manifest index 7a2085b..740f78e 100644 --- a/conf/build.manifest +++ b/conf/build.manifest @@ -88,6 +88,9 @@ base-packages: install_recommends: true - name: incus install_recommends: false +- name: incus-agent + # agent is required to get proper events in websockets and run commands on VMs + install_recommends: false - name: ifstat install_recommends: true - name: openzfs