summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-22 04:34:03 +0000
committerMatt Wilson <msw@redhat.com>2001-06-22 04:34:03 +0000
commit84a52e618c99a2579d5203792081bd916585c70c (patch)
tree106d75f78581777fae1b415f9d59b654c66d66d4 /dispatch.py
parent2f877812ad4dde15b825bed82c602e800a1d35ef (diff)
downloadanaconda-84a52e618c99a2579d5203792081bd916585c70c.tar.gz
anaconda-84a52e618c99a2579d5203792081bd916585c70c.tar.xz
anaconda-84a52e618c99a2579d5203792081bd916585c70c.zip
completed most heavy lifting to get upgrades back in place. Still need to finish fixing up swap file creation and do text mode.
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/dispatch.py b/dispatch.py
index c1e451bf1..af3b5f5d9 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -22,6 +22,7 @@ from packages import queryUpgradeContinue
from floppy import makeBootdisk
from bootloader import partitioningComplete, writeBootloader
from flags import flags
+from upgrade import upgradeFindPackages
DISPATCH_BACK = -1
DISPATCH_FORWARD = 1
@@ -61,6 +62,8 @@ installSteps = [
( "accounts", ("id.rootPassword", "id.accounts", ) ),
( "authentication", ("id.auth", ) ),
( "readcomps", readPackages, ("intf", "method", "id" )),
+ ( "findpackages", upgradeFindPackages, ("intf", "method", "id",
+ "instPath")),
( "package-selection", ("id.comps", "dispatch") ),
( "indivpackage", ("id.comps", "id.hdList", ) ),
( "handleX11pkgs", handleX11Packages, ("dir", "intf", "dispatch",