<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Not sure if I understand want you mean, but...<br>
<br>
You can do a nobase install, list all installed packages (rpm -qa), and
save this to a file. Then install the base, en list all installed
packages again. Export again to a file en diff those two files...<br>
<br>
Hope this helps.<br>
<br>
Cheers,<br>
<br>
Bart<br>
<br>
Johnny Hughes wrote:
<blockquote cite="mid471F1D1F.7050503@centos.org" type="cite">
  <pre wrap="">Johnn Tan wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Is there a way to list the packages that are in a "base" install, but
that are not in a "nobase" (core) install?

I did a nobase install, then ran "yum groupinstall Base", but this just
lists everything in base, including the core packages.

Mainly, I'm just looking to audit the packages, and add only necessary
ones back to a nobase install.

So far, I've come up with sendmail, man, logwatch, logrotate, vixie-cron.

johnn
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The yum group functions do not work well with hidden package groups.

Probably the easiest way to do what you want is to look at the comps.xml
file directly.

For CentOS-5 that can be found here:

<a class="moz-txt-link-freetext" href="http://mirror.centos.org/centos/5/os/i386/repodata/comps.xml">http://mirror.centos.org/centos/5/os/i386/repodata/comps.xml</a>

That file has all the groups and files that are part of CentOS (for all
current arches).

Thanks,
Johnny Hughes

  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
CentOS mailing list
<a class="moz-txt-link-abbreviated" href="mailto:CentOS@centos.org">CentOS@centos.org</a>
<a class="moz-txt-link-freetext" href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</a>
  </pre>
</blockquote>
</body>
</html>