remove software selection

This commit is contained in:
lukas 2021-06-21 16:49:05 +02:00
parent 8ccbdb8e2e
commit 6ae6394945

View File

@ -85,49 +85,10 @@ part / --fstype="ext4" --ondisk=vda --grow --label=system
# Install packages for the server environment. 'Core' and 'Base' are always selected
%packages
bash
kernel
e2fsprogs
passwd
policycoreutils
rootfiles
yum
vim-minimal
grub2
nano
dnf
#Allow for dhcp access
dhclient
iputils
# no need for kudzu if the hardware doesn't change
-kudzu
-prelink
-setserial
-ed
# Remove the authconfig pieces
-authconfig
-rhpl
-wireless-tools
# Remove the kbd bits
-kbd
-usermode
# these are all kind of overkill but get pulled in by mkinitrd ordering
-mkinitrd
-kpartx
-dmraid
-mdadm
-lvm2
-tar
# To be removed if we want to redistribute as Fedora Remix.
-fedora-logos
-fedora-release-notes
generic-logos # add generic-logos
%end