summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-03-12 17:38:02 -0400
committerChris Lumens <clumens@redhat.com>2009-03-13 09:40:02 -0400
commit6ab09cd1dc61378e018dcef98ae48bdabf04e880 (patch)
treef9b3372e0708a63906f6cfae479c2537a51a7e8e /textw
parente9c01eb4e23874e3294d52eabc5673f82e07999f (diff)
downloadanaconda-6ab09cd1dc61378e018dcef98ae48bdabf04e880.tar.gz
anaconda-6ab09cd1dc61378e018dcef98ae48bdabf04e880.tar.xz
anaconda-6ab09cd1dc61378e018dcef98ae48bdabf04e880.zip
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.
Diffstat (limited to 'textw')
-rw-r--r--textw/task_text.py1
1 files changed, 0 insertions, 1 deletions
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