From bf2418984d250f50db1387d2c138dd1e16885476 Mon Sep 17 00:00:00 2001 From: Lukas Date: Mon, 8 Nov 2021 14:42:01 +0100 Subject: [PATCH] virt-manager conf --- post-installation/post-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-installation/post-install.sh b/post-installation/post-install.sh index 8dd6884..c4fb4fe 100644 --- a/post-installation/post-install.sh +++ b/post-installation/post-install.sh @@ -57,7 +57,7 @@ gsettings set org.virt-manager.virt-manager.confirm unapplied-dev false # gsettings set org.virt-manager.virt-manager.paths media-default '' # gsettings set org.virt-manager.virt-manager.paths image-default '' -# virsh commands fail in a kickstart environement (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 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'. virsh pool-build iso # Build the pool virsh pool-start iso # Start it