From ad843a8af63f16de535f477283bcb60552a8b2ee Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Wed, 19 Apr 2023 21:29:45 +0200 Subject: [PATCH] Revert "Add guest agents to x86_64 and aarch64 minimal" This reverts commit 302fef211e6e7b5db71b816ecfe0e7135b4accfa. --- aarch64/include_exclude.conf | 2 -- x86_64/include_exclude.conf | 2 -- 2 files changed, 4 deletions(-) diff --git a/aarch64/include_exclude.conf b/aarch64/include_exclude.conf index bd957aa..2a7b374 100644 --- a/aarch64/include_exclude.conf +++ b/aarch64/include_exclude.conf @@ -131,8 +131,6 @@ 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 33846fe..e66094a 100644 --- a/x86_64/include_exclude.conf +++ b/x86_64/include_exclude.conf @@ -162,8 +162,6 @@ additional_packages = [ "tmux", "usbguard", "kernel", - "hyperv-daemons", - "open-vm-tools", ] } ),