From 3769001054c1d81d81950aec7f9077e76adde1d3 Mon Sep 17 00:00:00 2001 From: Lukas Date: Wed, 28 Jul 2021 11:22:12 +0000 Subject: [PATCH] Replace fedora-release notes with generic-release notes --- leaves/vmd.cfg | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/leaves/vmd.cfg b/leaves/vmd.cfg index 8470e44..b5d661e 100644 --- a/leaves/vmd.cfg +++ b/leaves/vmd.cfg @@ -41,13 +41,18 @@ bootloader --timeout=1 # Set the bootloader timeout to 1 @core # minimal 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. +-fedora-release # Fedora release-notes +-fedora-release-common # Fedora release files +-fedora-release-identity-basic # ??? +generic-release +generic-release-common +generic-release-notes + %end # End of the packages section %post # Beginning of the post-installation section localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked. -dnf update -y # Update the system NOTE : seems to bork the system. Will comment that out for now +dnf update -y # Update the system grub2-mkconfig -o /boot/grub2/grub.cfg # Update grub otherwise the system won't boot properly # firstboot --reconfig kickstart # To launch the initial setup after the first boot %end # End of the %post section \ No newline at end of file