Hi all, My kickstart section for packages is %packages @base-x @dialup @gnome-desktop @base @development-libs @core @x-software-development @mail-server @development-tools @web-server @graphical-internet @sound-and-video @legacy-software-development @editors @smb-server @ftp-server mesa-libGLU-devel device-mapper-multipath xorg-x11-server-Xnest xorg-x11-server-Xvfb imake 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
On Mon, 4 May 2009 at 1:28pm, Jerry Geis wrote> 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?Type 'yum remove mysql' and see what depends on it. I'd guess something in the gnome-desktop group is bringing it in as a dependency. -- Joshua Baker-LePain QB3 Shared Cluster Sysadmin UCSF
> > >/ 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? > / > Type 'yum remove mysql' and see what depends on it. I'd guess something > in the gnome-desktop group is bringing it in as a dependency. > >I get dovecot and mysqlclient ?? How do I keep it out? Jerry
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/centosIf 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