summaryrefslogtreecommitdiffstats
path: root/backend.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2006-02-22 21:27:13 +0000
committerPaul Nasrat <pnasrat@redhat.com>2006-02-22 21:27:13 +0000
commitcd4dfc67498a8f19387f309c09ed539b9d126ca8 (patch)
treebe9bccc7c73cdf000a0ab3fc2d5bd7174e2ce8fa /backend.py
parentd7725c6270780a2805f62ccc59eb0e96ef913b99 (diff)
downloadanaconda-cd4dfc67498a8f19387f309c09ed539b9d126ca8.tar.gz
anaconda-cd4dfc67498a8f19387f309c09ed539b9d126ca8.tar.xz
anaconda-cd4dfc67498a8f19387f309c09ed539b9d126ca8.zip
Improved upgrade support
Diffstat (limited to 'backend.py')
-rw-r--r--backend.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend.py b/backend.py
index 34672e6c1..29900895d 100644
--- a/backend.py
+++ b/backend.py
@@ -146,6 +146,8 @@ class AnacondaBackend:
def doRepoSetup(backend, intf, id, instPath):
backend.doInitialSetup(id, instPath)
backend.doRepoSetup(intf, instPath)
+ if id.upgrade:
+ backend.checkSupportedUpgrade(intf, instPath)
def doPostSelection(backend, intf, id, instPath):
backend.doPostSelection(intf, id, instPath)