summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2005-12-08 22:51:17 +0000
committerPaul Nasrat <pnasrat@redhat.com>2005-12-08 22:51:17 +0000
commitca5774c1657ce8de59a67efad674583fefe3eba7 (patch)
tree925d1d59e9396e0eb98ff41b35a1a08751e9a7dd /dispatch.py
parentb44abe3ec1e9c77e606aaf640e0e563bac8ed66e (diff)
downloadanaconda-ca5774c1657ce8de59a67efad674583fefe3eba7.tar.gz
anaconda-ca5774c1657ce8de59a67efad674583fefe3eba7.tar.xz
anaconda-ca5774c1657ce8de59a67efad674583fefe3eba7.zip
Make install more robust to file read failures.
Initial support for upgrades again.
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/dispatch.py b/dispatch.py
index 46433a612..c5e1a80b1 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -40,7 +40,7 @@ from network import networkDeviceCheck
from installmethod import doMethodComplete
from backend import doPostSelection, doRepoSetup, doBasePackageSelect
-from backend import doPreInstall, doPostInstall, doInstall
+from backend import doPreInstall, doPostInstall, doInstall
import logging
log = logging.getLogger("anaconda")
@@ -103,7 +103,6 @@ installSteps = [
("group-selection", ("backend", "intf")),
("postselection", doPostSelection, ("backend", "intf", "id", "instPath")),
#("desktopchoice", ("intf", "id.instClass", "dispatch", "id.grpset")),
- #("findpackages", upgradeFindPackages, ("intf", "method", "id", "instPath", "dir")),
#("selectlangpackages", selectLanguageSupportGroups, ("id.grpset","id.instLanguage")),
#("fixupconditionals", fixupConditionals, ("id.grpset",)),
("confirminstall", ("intf", "id",)),