summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-09-12 21:20:41 +0000
committerMike Fulbright <msf@redhat.com>2003-09-12 21:20:41 +0000
commit114ca03be7dab9ce579531a318be02ea7562fb84 (patch)
tree4bbc019a347c37bffb43ad7f4f86c802b4acb405 /dispatch.py
parent3670d962a6f7da0f8b9d6f5cb22e7c2a001a48c5 (diff)
downloadanaconda-114ca03be7dab9ce579531a318be02ea7562fb84.tar.gz
anaconda-114ca03be7dab9ce579531a318be02ea7562fb84.tar.xz
anaconda-114ca03be7dab9ce579531a318be02ea7562fb84.zip
add notification right before install/upgrade starts on how many CDs will be required so user can abort if they didnt burn them all
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dispatch.py b/dispatch.py
index 9ce6c5db3..3ca15405d 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -116,8 +116,8 @@ installSteps = [
("checkdeps", checkDependencies, ("dir", "intf", "dispatch",
"id", "instPath")),
("dependencies", ("id.grpset", "id.dependencies")),
- ("confirminstall", ()),
- ("confirmupgrade", ()),
+ ("confirminstall", ("intf", "id",)),
+ ("confirmupgrade", ("intf", "id",)),
("install", ("dir", "intf", "id")),
("enablefilesystems", turnOnFilesystems, ("dir", "id.fsset",
"id.diskset", "id.partitions",