[CentOS] kickstart question

Tue May 5 08:33:57 UTC 2009
John Kennedy <skebi69 at gmail.com>

On Monday 04 May 2009 18:28:16 Jerry Geis wrote:
> Hi all,
>
> My kickstart section for packages is
> %packages
> @base-x
> @dialup
> @gnome-desktop
> @base
> @development-libs
> @core
<snip>
>
>
> I do not have package @mysql in the list - yet after install "rpm -qa |
> grep -i mysql" reports mysql loaded.
>
> how can I stop mysql from loading from anaconda?
>
> Thanks, this is centos 5.3 x86_64
>
> Jerry
>
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> http://lists.centos.org/mailman/listinfo/centos

If you look through comps.xml file in the install disks /repodata/ directory it 
will list all the packages that are mandatory, default, and optional for each 
package group. If you are remastering your install disks then you can edit the 
file to match your needs.
Hope this helps,
John