From 302fef211e6e7b5db71b816ecfe0e7135b4accfa Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Wed, 19 Apr 2023 19:23:37 +0200 Subject: [PATCH] Add guest agents to x86_64 and aarch64 minimal --- aarch64/include_exclude.conf | 2 ++ x86_64/include_exclude.conf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/aarch64/include_exclude.conf b/aarch64/include_exclude.conf index 2a7b374..bd957aa 100644 --- a/aarch64/include_exclude.conf +++ b/aarch64/include_exclude.conf @@ -131,6 +131,8 @@ additional_packages = [ "tmux", "usbguard", "kernel", + "hyperv-daemons", + "open-vm-tools", ] } ), diff --git a/x86_64/include_exclude.conf b/x86_64/include_exclude.conf index e66094a..33846fe 100644 --- a/x86_64/include_exclude.conf +++ b/x86_64/include_exclude.conf @@ -162,6 +162,8 @@ additional_packages = [ "tmux", "usbguard", "kernel", + "hyperv-daemons", + "open-vm-tools", ] } ),