From 8eda17ef1a2ce961b5a0ab3c5ff78bfcc74cefcf Mon Sep 17 00:00:00 2001 From: Lukas Date: Sat, 27 Nov 2021 15:32:02 +0100 Subject: [PATCH] add activation of libvirt services --- leaves/virtual-phyllome-desktop.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/leaves/virtual-phyllome-desktop.cfg b/leaves/virtual-phyllome-desktop.cfg index ac1dce8..427e578 100644 --- a/leaves/virtual-phyllome-desktop.cfg +++ b/leaves/virtual-phyllome-desktop.cfg @@ -25,7 +25,7 @@ timezone Europe/Paris --utc # SELinux configuration selinux --enforcing # System services -services --disabled="sshd" --enabled="NetworkManager,libvirtd" +services --disabled="sshd" --enabled="NetworkManager,qemu-guest-agent,spice-vdagentd,libvirtd" # System bootloader configuration bootloader --location=mbr --timeout=1 # Clear the Master Boot Record @@ -41,7 +41,7 @@ part / --fstype="ext4" --grow --label=root localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked. dnf update -y # Update the system -# grub2-mkconfig -o /boot/grub2/grub.cfg # Update grub otherwise the system won't boot properly +grub2-mkconfig -o /boot/grub2/grub.cfg # Unsure it is actually useful %end