diff options
author | Jeremy Katz <katzj@redhat.com> | 2007-12-05 14:58:17 -0500 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2007-12-05 14:58:31 -0500 |
commit | 2079eeee7a0bd7fb5b05e9fb6214a1e3c3d90994 (patch) | |
tree | 73f38b64e8843d989de32fd61dd6defb517ac99a /text.py | |
parent | 79135e00aa36b08151aef0b843420e394b72a534 (diff) | |
download | anaconda-2079eeee7a0bd7fb5b05e9fb6214a1e3c3d90994.tar.gz anaconda-2079eeee7a0bd7fb5b05e9fb6214a1e3c3d90994.tar.xz anaconda-2079eeee7a0bd7fb5b05e9fb6214a1e3c3d90994.zip |
Remove confirmation screen
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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"), } |