diff options
| author | Paul Nasrat <pnasrat@redhat.com> | 2005-12-08 22:51:17 +0000 |
|---|---|---|
| committer | Paul Nasrat <pnasrat@redhat.com> | 2005-12-08 22:51:17 +0000 |
| commit | ca5774c1657ce8de59a67efad674583fefe3eba7 (patch) | |
| tree | 925d1d59e9396e0eb98ff41b35a1a08751e9a7dd /dispatch.py | |
| parent | b44abe3ec1e9c77e606aaf640e0e563bac8ed66e (diff) | |
Make install more robust to file read failures.
Initial support for upgrades again.
Diffstat (limited to 'dispatch.py')
| -rw-r--r-- | dispatch.py | 3 |
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",)), |
