Related: rhbz#561164 --- iw/task_gui.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/iw/task_gui.py b/iw/task_gui.py index ded1008..09c8b02 100644 --- a/iw/task_gui.py +++ b/iw/task_gui.py @@ -513,6 +513,9 @@ class TaskWindow(InstallWindow): map(lambda g: setattr(self.backend.ayum.comps.return_group(g), "default", True), grps) + # now select default and mandatory packages from newly enabled repos + self.anaconda.backend.ayum.doGroupSetup() + def _editRepo(self, *args): repo = None -- 1.6.6.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list