mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2025-01-03 09:35:26 +00:00
remove software selection
This commit is contained in:
parent
8ccbdb8e2e
commit
6ae6394945
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user