Aleksandar Milivojevic napsal(a):
It can go even lower if doing kickstart install. Define packages section as:
%packages --nobase
By default, core and base groups of packages are always installed. The "--nobase" option tells Anaconda not to include base group. You can add things you need later on.
Yes, as mentioned Aleksandar, stick with kickstart. For servers I also use this within ks:
yum -y remove \ apmd \ atk \ bluez* \ cups \ desktop-file-utils \ diskdumputils \ gtk2 \ htmlview \ irda-utils \ isdn4k-utils \ keyutils \ lksctp-tools \ mgetty \ minicom \ mt-st \ nano \ nc \ netdump \ NetworkManager \ nfs-utils \ nscd \ OpenIPMI* \ pango \ pcmcia-cs \ pinfo \ portmap \ psacct \ rdist \ rmt \ rsh \ sendmail \ setserial \ specspo \ statserial \ stunnel \ system-c* \ talk \ up2date \ wireless-tools \ wvdial \ xinetd
You might have to change the list a bit. Regards, David