summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-09-20 20:43:49 +0000
committerJeremy Katz <katzj@redhat.com>2005-09-20 20:43:49 +0000
commit63226bceb21c16d662a78e85e4845309fdc91bfb (patch)
tree5386daf4d4e43528cdf920299863f88b0d3e8a51 /text.py
parent70d10ea749562734dd0f2f8f434c2a524f5e34ad (diff)
downloadanaconda-63226bceb21c16d662a78e85e4845309fdc91bfb.tar.gz
anaconda-63226bceb21c16d662a78e85e4845309fdc91bfb.tar.xz
anaconda-63226bceb21c16d662a78e85e4845309fdc91bfb.zip
2005-09-20 Jeremy Katz <katzj@redhat.com>
* iw/simple_pkgselect.py: Simple group selection UI... * textw/simple_pkgselect_text.py: And the same for text mode * yuminstall.py (YumBackend): Some hacks for simple group selection UI. * dispatch.py (installSteps): Add simple group selection step. * gui.py (stepToClass): Likewise. * text.py (stepToClasses): Likewise. * installclass.py (BaseInstallClass.setSteps): Likewise.
Diffstat (limited to 'text.py')
-rw-r--r--text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/text.py b/text.py
index 6a685ae6f..bbf613bee 100644
--- a/text.py
+++ b/text.py
@@ -65,6 +65,7 @@ stepToClasses = {
"accounts" : ("userauth_text", "RootPasswordWindow"),
"desktopchoice": ("desktop_choice_text", "DesktopChoiceWindow"),
"package-selection" : ("packages_text", "PackageGroupWindow"),
+ "group-selection": ("simple_pkgselect_text", "GroupSelectionWindow"),
"indivpackage" : ("packages_text", ("IndividualPackageWindow")),
"dependencies" : ("packages_text", "PackageDepWindow"),
"confirminstall" : ("confirm_text", "BeginInstallWindow"),