summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-08-29 20:49:55 +0000
committerChris Lumens <clumens@redhat.com>2005-08-29 20:49:55 +0000
commit4c7abe447d798b9191fc7446687206fb189e680e (patch)
tree6187ad4fa17bdb9ad75d1b7af2355e0ac98f6ba6 /text.py
parent19dd52d5196dc1185c9a621e8e68769b78e1dfbe (diff)
downloadanaconda-4c7abe447d798b9191fc7446687206fb189e680e.tar.gz
anaconda-4c7abe447d798b9191fc7446687206fb189e680e.tar.xz
anaconda-4c7abe447d798b9191fc7446687206fb189e680e.zip
Simplified the authconfig step to store data as a string to be passed to
authconfig in its entirety, rather than handling it as a series of arguments we need to process. We weren't really doing anything with it anyway.
Diffstat (limited to 'text.py')
-rw-r--r--text.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/text.py b/text.py
index 49b66046a..310239358 100644
--- a/text.py
+++ b/text.py
@@ -64,7 +64,6 @@ stepToClasses = {
"HostnameWindow")),
"timezone" : ("timezone_text", "TimezoneWindow"),
"accounts" : ("userauth_text", "RootPasswordWindow"),
- "authentication" : ("userauth_text", ("AuthConfigWindow")),
"desktopchoice": ("desktop_choice_text", "DesktopChoiceWindow"),
"package-selection" : ("packages_text", "PackageGroupWindow"),
"indivpackage" : ("packages_text", ("IndividualPackageWindow")),