summaryrefslogtreecommitdiffstats
path: root/installclasses
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 /installclasses
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 'installclasses')
-rw-r--r--installclasses/fedora.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/installclasses/fedora.py b/installclasses/fedora.py
index 9c086eb6f..e9ad31a89 100644
--- a/installclasses/fedora.py
+++ b/installclasses/fedora.py
@@ -17,6 +17,11 @@ class InstallClass(BaseInstallClass):
showLoginChoice = 1
showMinimal = 1
+ tasks = [(N_("Office and Productivity"), ["graphics", "office", "games", "sound-and-video"]),
+ (N_("Software Development"), ["development-libs", "development-tools", "gnome-software-development", "x-software-development"],),
+ (N_("Web server"), ["web-server"]),
+ (N_("Virtualization (Xen)"), ["xen"])]
+
def setInstallData(self, id, intf = None):
BaseInstallClass.setInstallData(self, id)
BaseInstallClass.setDefaultPartitioning(self, id.partitions,