From c5f2dad95af191780fdcf76907280d379646aec1 Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 23 Jul 2021 11:30:22 +0200 Subject: [PATCH] comment out most every elements for ks hypervisor --- leaves/vhmd.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/leaves/vhmd.cfg b/leaves/vhmd.cfg index 2ce85de..e972d81 100644 --- a/leaves/vhmd.cfg +++ b/leaves/vhmd.cfg @@ -13,8 +13,8 @@ %post # Beginning of %post section -dnf install -y qemu-kvm libvirt libvirt-daemon-config-network libvirt-daemon-kvm # Install minimal tools dedicated to virtualization. -dnf install -y virt-install virt-top libguestfs-tools python3-libguestfs guestfs-tools # Complementary tools useful for interacting with virtual machines. +# dnf install -y qemu-kvm libvirt libvirt-daemon-config-network libvirt-daemon-kvm # Install minimal tools dedicated to virtualization. +# dnf install -y virt-install virt-top libguestfs-tools python3-libguestfs guestfs-tools # Complementary tools useful for interacting with virtual machines. # usermod -a -G libvirt test ## make user "test" part of the existing libvirt group to allow it to interact with the nested-hypervisor. #