diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-08-10 00:40:08 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-08-10 00:40:08 +0000 |
commit | f0073970ce9adc99bfd801db525ed6c81caebe04 (patch) | |
tree | 3b1ab2e72215a152bb15e36b54f54bae735d1861 /dispatch.py | |
parent | c169fd5d81200929cb45ca15e0153df5a7644112 (diff) | |
download | anaconda-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.py | 3 |
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")), |