summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-08-10 00:40:08 +0000
committerJeremy Katz <katzj@redhat.com>2001-08-10 00:40:08 +0000
commitf0073970ce9adc99bfd801db525ed6c81caebe04 (patch)
tree3b1ab2e72215a152bb15e36b54f54bae735d1861 /dispatch.py
parentc169fd5d81200929cb45ca15e0153df5a7644112 (diff)
downloadanaconda-f0073970ce9adc99bfd801db525ed6c81caebe04.tar.gz
anaconda-f0073970ce9adc99bfd801db525ed6c81caebe04.tar.xz
anaconda-f0073970ce9adc99bfd801db525ed6c81caebe04.zip
don't let people come back here after they've turned on swap files once
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")),