diff options
author | Chris Lumens <clumens@redhat.com> | 2005-07-21 19:09:36 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2005-07-21 19:09:36 +0000 |
commit | e3c4006bfc19c00ebfae51bf26068c7a365ec9ae (patch) | |
tree | a7192fd40c20ab8f7269912dbdde7ec739c6a4bb /text.py | |
parent | 8688fe266e68ceb3f2e76aed2d957fd642b890ed (diff) | |
download | anaconda-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.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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")), |