summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
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",