Chris Lumens (clumens@xxxxxxxxxx) said: > diff --git a/installclasses/rhel.py b/installclasses/rhel.py > index 0a632c5..37cc9ff 100644 > --- a/installclasses/rhel.py > +++ b/installclasses/rhel.py > @@ -99,6 +99,10 @@ class InstallClass(BaseInstallClass): > anaconda.id.storage, > anaconda.platform) > > + def setGroupSelection(self, anaconda): > + BaseInstallClass.setGroupSelection(self, anaconda) > + map(lambda x: anaconda.backend.selectGroup(x), ["minimal"]) > + Just make that 'core' as well; might as well be consistent. Bill _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list