[CentOS] setting up bare minimal CentOS VM

John Doe jdmls at yahoo.com
Wed Aug 10 15:56:56 UTC 2011


From: Rudi Ahlers <Rudi at SoftDux.com>

> Does anyone know where (if?) I can get a list of applications which
> gets installed with CentOS 6 if every option is deselected in the
> installer so that I can see what I can remove which isn't really
> necessary once installed?

Maybe try something like:
  grep '<id>\|mandatory\|default' /PATH/TO/REPO/6/os/x86_64/repodata/*comps.xml | sed 's/<[a-z/]*>//g; s/<packagereq type=//g' | tr '>' ' '

JD



More information about the CentOS mailing list