Replace fedora-release notes with generic-release notes

This commit is contained in:
lukas 2021-07-28 11:22:12 +00:00
parent cf68a0201d
commit 3769001054

View File

@ -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