From 615ee80cc88242d7baf327c0d03d4917bbb4fd29 Mon Sep 17 00:00:00 2001 From: Lukas Date: Wed, 21 Jul 2021 17:43:38 +0200 Subject: [PATCH] standard packages and remove some unnecessary comments --- leaves/vmd.cfg | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/leaves/vmd.cfg b/leaves/vmd.cfg index c3a0f0b..edeed80 100644 --- a/leaves/vmd.cfg +++ b/leaves/vmd.cfg @@ -34,20 +34,14 @@ part / --fstype="ext4" --ondisk=vda --grow --label=root # The remaining space wi bootloader --timeout=1 # Set the bootloader timeout to 1 %packages # Beginning of the packages section - -@core # minimal installation +# @core # minimal installation +@standard # try the standard installation @guest-agents # qemu-guest agent pciutils # Pciutils provides lspci commandline tool and is not installed by default # -fedora-logos # To be removed if we want to redistribute as Fedora Remix. # -fedora-release-notes # To be removed if we want to redistribute as Fedora Remix. - %end # End of the packages section %post # Beginning of the post-installation section -# dnf update -y # Update the system localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked -# sed -i 's/5/1/' /etc/default/grub # set the GRUB_TIMEOUT countdown to 1 instead of 5 seconds. This command could be used bootloader --timeout=1 in the disk section -# grub2-mkconfig -o /boot/grub2/grub.cfg # Update grub. How about this command grub2-mkconfig -o /etc/grub2-efi.cfg -# reboot # Reboot the installer (doesn't work (tm)) - %end # End of the %post section \ No newline at end of file