summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-12-05 14:58:17 -0500
committerJeremy Katz <katzj@redhat.com>2007-12-05 14:58:31 -0500
commit2079eeee7a0bd7fb5b05e9fb6214a1e3c3d90994 (patch)
tree73f38b64e8843d989de32fd61dd6defb517ac99a /text.py
parent79135e00aa36b08151aef0b843420e394b72a534 (diff)
downloadanaconda-2079eeee7a0bd7fb5b05e9fb6214a1e3c3d90994.tar.gz
anaconda-2079eeee7a0bd7fb5b05e9fb6214a1e3c3d90994.tar.xz
anaconda-2079eeee7a0bd7fb5b05e9fb6214a1e3c3d90994.zip
Remove confirmation screen
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 f280cc163..ec274728e 100644
--- a/text.py
+++ b/text.py
@@ -63,8 +63,6 @@ stepToClasses = {
"accounts" : ("userauth_text", "RootPasswordWindow"),
"tasksel": ("task_text", "TaskWindow"),
"group-selection": ("grpselect_text", "GroupSelectionWindow"),
- "confirminstall" : ("confirm_text", "BeginInstallWindow"),
- "confirmupgrade" : ("confirm_text", "BeginUpgradeWindow"),
"install" : ("progress_text", "setupForInstall"),
"complete" : ("complete_text", "FinishedWindow"),
}