summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-11-18 17:25:10 -0500
committerChris Lumens <clumens@redhat.com>2009-02-09 11:30:09 -0500
commit31607bb4e26957ad89fff96d0c35942b8e847356 (patch)
tree57c2b286d4c2937f475294b82046b682e597c469 /text.py
parent0a84b4c1d2528eb699598d1207ce2979d81f1bb4 (diff)
downloadanaconda-31607bb4e26957ad89fff96d0c35942b8e847356.tar.gz
anaconda-31607bb4e26957ad89fff96d0c35942b8e847356.tar.xz
anaconda-31607bb4e26957ad89fff96d0c35942b8e847356.zip
Reduce package selection down to automatically installing Base and Core.
There is no more interactive group/package selection in text mode.
Diffstat (limited to 'text.py')
-rw-r--r--text.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/text.py b/text.py
index d3dd568f8..d9abd30d4 100644
--- a/text.py
+++ b/text.py
@@ -67,7 +67,6 @@ stepToClasses = {
"timezone" : ("timezone_text", "TimezoneWindow"),
"accounts" : ("userauth_text", "RootPasswordWindow"),
"tasksel": ("task_text", "TaskWindow"),
- "group-selection": ("grpselect_text", "GroupSelectionWindow"),
"install" : ("progress_text", "setupForInstall"),
"complete" : ("complete_text", "FinishedWindow"),
}