summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2010-01-15 14:26:52 -0500
committerChris Lumens <clumens@redhat.com>2010-01-15 16:48:46 -0500
commit784f6cc9ccd7c546de437ddf9d35dbad20ca393d (patch)
tree323ea2f1d4945031fcaf5697897cc8b6cc22e02d /installclasses
parentd713283fb1caca967f1986e52396af9a2dcfbabf (diff)
downloadanaconda-784f6cc9ccd7c546de437ddf9d35dbad20ca393d.tar.gz
anaconda-784f6cc9ccd7c546de437ddf9d35dbad20ca393d.tar.xz
anaconda-784f6cc9ccd7c546de437ddf9d35dbad20ca393d.zip
The firmware and additional-web-server groups no longer exist (#555609).
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/rhel.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/installclasses/rhel.py b/installclasses/rhel.py
index ec566c06b..9bb85ff6d 100644
--- a/installclasses/rhel.py
+++ b/installclasses/rhel.py
@@ -51,7 +51,7 @@ class InstallClass(BaseInstallClass):
tasks = [(N_("Minimal"), ["core"]),
(N_("Desktop"),
["backup-client", "base", "compat-libraries", "console-internet",
- "debugging", "directory-client", "firmware", "fonts",
+ "debugging", "directory-client", "fonts",
"legacy-unix", "core", "network-file-system-client",
"network-tools", "print-client", "virtualization", "vpn",
"basic-desktop", "desktop-debugging", "desktop-platform",
@@ -60,7 +60,7 @@ class InstallClass(BaseInstallClass):
"virtualization-client"]),
(N_("Software Development"),
["backup-client", "base", "compat-libraries", "console-internet",
- "debugging", "directory-client", "firmware", "fonts",
+ "debugging", "directory-client", "fonts",
"legacy-unix", "core", "network-file-system-client",
"network-tools", "print-client", "virtualization", "vpn",
"basic-desktop", "desktop-debugging", "desktop-platform",
@@ -70,16 +70,16 @@ class InstallClass(BaseInstallClass):
"server-platform-devel", "technical-writing"]),
(N_("Web Server"),
["backup-client", "base", "compat-libraries", "console-internet",
- "debugging", "directory-client", "firmware", "legacy-unix",
+ "debugging", "directory-client", "legacy-unix",
"core", "network-file-system-client", "network-tools",
"web-server", "additional-web-server", "server-platform",
"mysql", "php", "postgresql", "rails", "turbogears",
"system-admin-tools"]),
(N_("Advanced Server"),
["backup-client", "base", "compat-libraries", "console-internet",
- "debugging", "directory-client", "firmware", "legacy-unix",
+ "debugging", "directory-client", "legacy-unix",
"core", "network-file-system-client", "network-tools",
- "web-server", "additional-web-server", "server-platform",
+ "web-server", "server-platform",
"mysql", "php", "postgresql", "rails", "turbogears",
"cifs-file-server", "clustering", "clustered-storage",
"directory-server", "mail-server", "ftp-server",