summaryrefslogtreecommitdiffstats
path: root/dispatch.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 /dispatch.py
parent79135e00aa36b08151aef0b843420e394b72a534 (diff)
downloadanaconda-2079eeee7a0bd7fb5b05e9fb6214a1e3c3d90994.tar.gz
anaconda-2079eeee7a0bd7fb5b05e9fb6214a1e3c3d90994.tar.xz
anaconda-2079eeee7a0bd7fb5b05e9fb6214a1e3c3d90994.zip
Remove confirmation screen
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/dispatch.py b/dispatch.py
index ac4b4a0f5..1c0c2fb6c 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -95,8 +95,6 @@ installSteps = [
("tasksel", ),
("group-selection", ),
("postselection", doPostSelection, ),
- ("confirminstall", ),
- ("confirmupgrade", ),
("install", ),
("setuptime", setupTimezone, ),
("preinstallconfig", doPreInstall, ),