summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-07-21 19:09:36 +0000
committerChris Lumens <clumens@redhat.com>2005-07-21 19:09:36 +0000
commite3c4006bfc19c00ebfae51bf26068c7a365ec9ae (patch)
treea7192fd40c20ab8f7269912dbdde7ec739c6a4bb /text.py
parent8688fe266e68ceb3f2e76aed2d957fd642b890ed (diff)
downloadanaconda-e3c4006bfc19c00ebfae51bf26068c7a365ec9ae.tar.gz
anaconda-e3c4006bfc19c00ebfae51bf26068c7a365ec9ae.tar.xz
anaconda-e3c4006bfc19c00ebfae51bf26068c7a365ec9ae.zip
Remove firewall configuration screen. This will be coming back in
firstboot using system-config-securitylevel.
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/text.py b/text.py
index a452156cb..fa512b76b 100644
--- a/text.py
+++ b/text.py
@@ -59,8 +59,6 @@ stepToClasses = {
"BootloaderLocationWindow")),
"network" : ("network_text", ("NetworkDeviceWindow", "NetworkGlobalWindow",
"HostnameWindow")),
- "firewall" : ("firewall_text", ("FirewallWindow",
- "SELinuxWindow")),
"timezone" : ("timezone_text", "TimezoneWindow"),
"accounts" : ("userauth_text", "RootPasswordWindow"),
"authentication" : ("userauth_text", ("AuthConfigWindow")),