Replace fedora-release notes with generic-release notes
This commit is contained in:
parent
cf68a0201d
commit
3769001054
@ -41,13 +41,18 @@ bootloader --timeout=1 # Set the bootloader timeout to 1
|
|||||||
@core # minimal installation
|
@core # minimal installation
|
||||||
@guest-agents # qemu-guest agent
|
@guest-agents # qemu-guest agent
|
||||||
pciutils # Pciutils provides lspci commandline tool and is not installed by default
|
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 # Fedora release-notes
|
||||||
# -fedora-release-notes # To be removed if we want to redistribute as Fedora Remix.
|
-fedora-release-common # Fedora release files
|
||||||
|
-fedora-release-identity-basic # ???
|
||||||
|
generic-release
|
||||||
|
generic-release-common
|
||||||
|
generic-release-notes
|
||||||
|
|
||||||
%end # End of the packages section
|
%end # End of the packages section
|
||||||
|
|
||||||
%post # Beginning of the post-installation section
|
%post # Beginning of the post-installation section
|
||||||
localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked.
|
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
|
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
|
# firstboot --reconfig kickstart # To launch the initial setup after the first boot
|
||||||
%end # End of the %post section
|
%end # End of the %post section
|
Loading…
x
Reference in New Issue
Block a user