summaryrefslogtreecommitdiffstats
path: root/installclass.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 /installclass.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 'installclass.py')
-rw-r--r--installclass.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/installclass.py b/installclass.py
index 1e1070132..0480f779d 100644
--- a/installclass.py
+++ b/installclass.py
@@ -140,6 +140,7 @@ class BaseInstallClass:
"selectlangpackages",
"preselection",
"package-selection",
+ "group-selection",
"postselection",
"handleX11pkgs",
"handlemiscpkgs",