From cedc69efdc8658a9bbf484c6063a253cd37afaa4 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 3 Jun 2021 15:47:09 +0000 Subject: [PATCH] Correct a typo in groupremove command --- f34/main.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/f34/main.cfg b/f34/main.cfg index d374e77..0723d74 100644 --- a/f34/main.cfg +++ b/f34/main.cfg @@ -123,7 +123,7 @@ part / --fstype="ext4" --ondisk=vda --grow --label=system ## Start of the %post section with logging into /root/ks-post.log %post --log=/root/ks-post.log -## Set keymap to ch-fr. ##Doesn't survive a reboot +## Set keymap to ch-fr. ##Doesn't survive a reboot. Or only touches the console #localectl set-keymap ch-fr # Set new hostname. ##Doesn't work @@ -134,7 +134,7 @@ dnf update -y # Remove the Headless Management group, which provides Cockpit, and that we don't need -dnf remove groupremove "Headless Management" +dnf groupremove -y "Headless Management" # Install dejavu mono fonts # dnf install -y dejavu-sans-mono-fonts @@ -150,7 +150,7 @@ dnf remove groupremove "Headless Management" # We also need to install a qemu and spice guest agents, respectively to allow a better support for spice and the ability for the host to better interact with the guest -dnf install spice-vdagent qemu-guest-agent -y +dnf install -y spice-vdagent qemu-guest-agent # Install virtualization-related utilites, including virt-manager. Only useful for desktop system # dnf groupinstall -y Virtualization