From af6304b902455bd764d2c7ad09bf052caef37bc9 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Thu, 12 Mar 2009 17:38:02 -0400 Subject: Only select the Core group in text mode (#488754). This is consistent with the graphical installation mode, which will only install Core if all groups are deselected. --- textw/task_text.py | 1 - 1 file changed, 1 deletion(-) (limited to 'textw/task_text.py') diff --git a/textw/task_text.py b/textw/task_text.py index 94afce651..94d417c2d 100644 --- a/textw/task_text.py +++ b/textw/task_text.py @@ -27,6 +27,5 @@ class TaskWindow: anaconda.backend.resetPackageSelections() anaconda.backend.selectGroup("Core") - anaconda.backend.selectGroup("Base") return INSTALL_OK -- cgit