From 16c6b184e09a2e2e94235104947957ded9de6711 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Wed, 19 Apr 2023 19:45:26 +0200 Subject: [PATCH] Add guest agents to Minimal ISO --- aarch64/include_exclude.conf | 3 +++ i686/include_exclude.conf | 3 +++ ppc64le/include_exclude.conf | 3 +++ s390x/include_exclude.conf | 3 +++ x86_64/include_exclude.conf | 3 +++ 5 files changed, 15 insertions(+) diff --git a/aarch64/include_exclude.conf b/aarch64/include_exclude.conf index 54c3ac1..5cb69e3 100644 --- a/aarch64/include_exclude.conf +++ b/aarch64/include_exclude.conf @@ -139,6 +139,9 @@ additional_packages = [ "tmux", "usbguard", "kernel", + "hyperv-daemons", + "open-vm-tools", + "qemu-guest-agent", ] } ), diff --git a/i686/include_exclude.conf b/i686/include_exclude.conf index 74e453f..2676086 100644 --- a/i686/include_exclude.conf +++ b/i686/include_exclude.conf @@ -146,6 +146,9 @@ additional_packages = [ "tmux", "usbguard", "kernel", + "hyperv-daemons", + "open-vm-tools", + "qemu-guest-agent", ] } ), diff --git a/ppc64le/include_exclude.conf b/ppc64le/include_exclude.conf index dff54de..d7df1ac 100644 --- a/ppc64le/include_exclude.conf +++ b/ppc64le/include_exclude.conf @@ -156,6 +156,9 @@ additional_packages = [ "tmux", "usbguard", "kernel", + "hyperv-daemons", + "open-vm-tools", + "qemu-guest-agent", ] } ), diff --git a/s390x/include_exclude.conf b/s390x/include_exclude.conf index 00ac2a8..3c0effd 100644 --- a/s390x/include_exclude.conf +++ b/s390x/include_exclude.conf @@ -166,6 +166,9 @@ additional_packages = [ "tmux", "usbguard", "kernel", + "hyperv-daemons", + "open-vm-tools", + "qemu-guest-agent", ] } ), diff --git a/x86_64/include_exclude.conf b/x86_64/include_exclude.conf index 089b199..84d2350 100644 --- a/x86_64/include_exclude.conf +++ b/x86_64/include_exclude.conf @@ -152,6 +152,9 @@ additional_packages = [ "tmux", "usbguard", "kernel", + "hyperv-daemons", + "open-vm-tools", + "qemu-guest-agent", ] } ),