From dd41bcb66b33bc891d3f8a270e9c2334bead5278 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sun, 13 Jul 2025 20:53:21 +0200 Subject: [PATCH] refine the package selection --- ingredients/base-hypervisor.cfg | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/ingredients/base-hypervisor.cfg b/ingredients/base-hypervisor.cfg index 18fb626..d1c025e 100644 --- a/ingredients/base-hypervisor.cfg +++ b/ingredients/base-hypervisor.cfg @@ -2,16 +2,23 @@ services --enabled="NetworkManager,systemd-resolved,libvirtd" # Without libvirtd %packages --exclude-weakdeps # Beginning of the packages section. Does not include weak dependencies. -qemu-kvm -libvirt -libvirt-daemon-config-network -libvirt-daemon-kvm -# libvirt-daemon-driver-lxc -virt-install -virt-top -libguestfs-tools # Complementary tools useful for interacting with vith guest systems. Could probablby be removed -python3-libguestfs # Complementary tools useful for interacting with vith guest systems. Could probablby be removed -guestfs-tools # Complementary tools useful for interacting with vith guest systems. Could probablby be removed +qemu-kvm # QEMU metapackage for KVM support +libvirt # Library providing a simple virtualization API +libvirt-client # Client side utilities of the libvirt library +libvirt-client-qemu # Additional client side utilities for QEMU. Used to interact with some QEMU specific features of libvirt. +libvirt-daemon # Server side daemon and supporting files for libvirt library +libvirt-daemon-common # Miscellaneous files and utilities used by other libvirt daemons +libvirt-daemon-config-network # Default configuration files for the libvirtd daemon. Provides NAT based networking +libvirt-daemon-driver-interface # Interface driver plugin for the libvirtd daemon +libvirt-daemon-driver-network # The network driver plugin for the libvirtd daemon, providing an implementation of the virtual network APIs using the Linux bridge capabilities. +libvirt-daemon-driver-qemu # QEMU driver plugin for the libvirtd daemon +libvirt-daemon-kvm # Server side daemon & driver required to run KVM guests +libvirt-daemon-log # Server side daemon for managing logs +libvirt-daemon-qemu # Server side daemon and driver required to manage the virtualization capabilities of the QEMU TCG emulators +libvirt-nss # Libvirt plugin for Name Service Switch +libvirt-dbus # libvirt D-Bus API binding +libvirt-daemon-driver-ch # Cloud-Hypervisor driver plugin for libvirtd daemon +virt-install # Utilities for installing virtual machines %end # End of the packages section