summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-10-01 21:36:43 +0000
committerJeremy Katz <katzj@redhat.com>2002-10-01 21:36:43 +0000
commit8a3a1e1b47a2e66bbb67f2552b86c032a3829724 (patch)
treee6441c8061bd9c3d05748d8142760b63ae6f8acd /text.py
parentea14ae954c45f6b12c8294605ee859d4a3c0eefa (diff)
downloadanaconda-8a3a1e1b47a2e66bbb67f2552b86c032a3829724.tar.gz
anaconda-8a3a1e1b47a2e66bbb67f2552b86c032a3829724.tar.xz
anaconda-8a3a1e1b47a2e66bbb67f2552b86c032a3829724.zip
don't show the user creation screen in text mode
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index e2a94772c..43fe547a5 100644
--- a/text.py
+++ b/text.py
@@ -59,7 +59,7 @@ stepToClasses = {
"languagesupport" : ("language_text", ("LanguageSupportWindow",
"LanguageDefaultWindow")),
"timezone" : ("timezone_text", "TimezoneWindow"),
- "accounts" : ("userauth_text", ("RootPasswordWindow", "UsersWindow")),
+ "accounts" : ("userauth_text", "RootPasswordWindow"),
"authentication" : ("userauth_text", ("AuthConfigWindow")),
"desktopchoice": ("desktop_choice_text", "DesktopChoiceWindow"),
"package-selection" : ("packages_text", "PackageGroupWindow"),