summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index c6544de61..70c892b19 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -72,7 +72,8 @@ installSteps = [
("upgradecontinue", queryUpgradeContinue, ("intf", "dir")),
("upgradeswapsuggestion", upgradeSwapSuggestion, ("dispatch", "id",
"instPath")),
- ("addswap", ("intf", "id.fsset", "instPath", "id.upgradeSwapInfo")),
+ ("addswap", ("intf", "id.fsset", "instPath",
+ "id.upgradeSwapInfo", "dispatch")),
("partitiondone", partitioningComplete, ("id.bootloader", "id.fsset",
"id.diskset", "id.partitions",
"intf", "instPath", "dir")),