From fa999e2f2ce415bae98c5ce50b91296b3bdead5b Mon Sep 17 00:00:00 2001 From: Lukas Date: Mon, 8 Nov 2021 17:43:23 +0100 Subject: [PATCH] comment out some code --- post/virtualization-tweaks-root-needed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post/virtualization-tweaks-root-needed.sh b/post/virtualization-tweaks-root-needed.sh index c9d80fd..8d72cbb 100644 --- a/post/virtualization-tweaks-root-needed.sh +++ b/post/virtualization-tweaks-root-needed.sh @@ -1,6 +1,6 @@ #!/bin/bash -usermod -a -G libvirt $(whoami) # add current user to the libvirt group +# usermod -a -G libvirt $(whoami) # add current user to the libvirt group # virsh commands fail in a kickstart environment (chroot or not it seems). would need to fetch a script and execute post-launch with a delay, for example using a systemd unit virsh pool-define-as iso dir - - - - /var/lib/libvirt/iso/ # Make libvirt aware of this new directory by creating a so-called 'pool'.