summaryrefslogtreecommitdiffstats
path: root/installclasses/workstation.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-08-14 02:00:12 +0000
committerJeremy Katz <katzj@redhat.com>2003-08-14 02:00:12 +0000
commitc540e134193f9759873ced09b0156c6219983101 (patch)
treeb36013fe219e6c3d8762bf2a0a32b538ac5c0373 /installclasses/workstation.py
parent3f01dfc8e9d6b8bf25b79b1cbda94ca0ff4ada09 (diff)
downloadanaconda-c540e134193f9759873ced09b0156c6219983101.tar.gz
anaconda-c540e134193f9759873ced09b0156c6219983101.tar.xz
anaconda-c540e134193f9759873ced09b0156c6219983101.zip
merge from taroon-branch. all kinds of miscellaneous bugfixes, including
* firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen
Diffstat (limited to 'installclasses/workstation.py')
-rw-r--r--installclasses/workstation.py13
1 files changed, 12 insertions, 1 deletions
diff --git a/installclasses/workstation.py b/installclasses/workstation.py
index 89560e751..1724ef0de 100644
--- a/installclasses/workstation.py
+++ b/installclasses/workstation.py
@@ -1,5 +1,5 @@
import personal_desktop
-from rhpl.translate import N_
+from rhpl.translate import N_, _
import os
class InstallClass(personal_desktop.InstallClass):
@@ -11,6 +11,17 @@ class InstallClass(personal_desktop.InstallClass):
"environment with tools for software "
"development and system administration. ")
+ 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")
+
+
sortPriority = 2
showLoginChoice = 0