summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-02-03 23:36:20 +0000
committerJeremy Katz <katzj@redhat.com>2006-02-03 23:36:20 +0000
commit8144979fc7a558503691f9a6a3d0a28848b6d7fc (patch)
tree0bde84c0ad001e9719d7653dd03259ba44f97191 /installclass.py
parentd9e9e16488436c407e6115b30b54b6142eaa9a72 (diff)
downloadanaconda-8144979fc7a558503691f9a6a3d0a28848b6d7fc.tar.gz
anaconda-8144979fc7a558503691f9a6a3d0a28848b6d7fc.tar.xz
anaconda-8144979fc7a558503691f9a6a3d0a28848b6d7fc.zip
2006-02-03 Jeremy Katz <katzj@redhat.com>
* iw/task_gui.py: Adjust for dynamic set of tasks * ui/tasksel.glade: Don't list tasks in the glade file, they're now auto-generated. * textw/task_text.py (TaskWindow.__call__): Likewise. * dispatch.py (installSteps): Pass new arg to tasksel step * installclasses/fedora.py (tasks): Define set of tasks to show on task selection screen here. * installclass.py (tasks): Parent placeholder.
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py12
1 files changed, 2 insertions, 10 deletions
diff --git a/installclass.py b/installclass.py
index c773538ef..141d5c662 100644
--- a/installclass.py
+++ b/installclass.py
@@ -41,16 +41,8 @@ class BaseInstallClass:
# default to showing the upgrade option
showUpgrade = 1 # FIXME: no upgrade for now while doing yum work
-# pkgstext = _("\tDesktop shell (GNOME)\n"
-# "\tOffice suite (OpenOffice)\n"
-# "\tWeb browser (Mozilla) \n"
-# "\tEmail (Evolution)\n"
-# "\tInstant messaging\n"
-# "\tSound and video applications\n"
-# "\tGames\n"
-# "\tSoftware Development Tools\n"
-# "\tAdministration Tools\n")
-
+ # list of of (txt, grplist) tuples for task selection screen
+ tasks = []
# don't select this class by default
default = 0