summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-03-09 19:43:44 -0500
committerDavid Lehman <dlehman@redhat.com>2009-03-09 20:13:56 -0500
commit41285f06d0ab846a695ffbe0b5306b1682c8859f (patch)
tree32634457ee24ce369a1ee0d21ba6222d9c161417 /upgrade.py
parent299e8228d6b2ed9b3ee47e0ec28d98fae42c1aec (diff)
downloadanaconda-41285f06d0ab846a695ffbe0b5306b1682c8859f.tar.gz
anaconda-41285f06d0ab846a695ffbe0b5306b1682c8859f.tar.xz
anaconda-41285f06d0ab846a695ffbe0b5306b1682c8859f.zip
Fix several minor bugs preventing upgrade/rescue mount. (#488946)
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py
index fc025a5d6..7cb2f5dab 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -163,7 +163,7 @@ def bindMountDevDirectory(instPath):
# returns None if no filesystem exist to migrate
def upgradeMigrateFind(anaconda):
- migents = anaconda.id.storage.fsset.getMigratableEntries()
+ migents = anaconda.id.storage.fsset.migratableDevices
if not migents or len(migents) < 1:
anaconda.dispatch.skipStep("upgrademigratefs")
else: