summaryrefslogtreecommitdiffstats
path: root/pyanaconda/rescue.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2011-01-29 11:48:31 -0700
committerDavid Lehman <dlehman@redhat.com>2011-02-10 10:40:12 -0600
commit88365eeaed4fe6047fff950cbb30d75480d250cf (patch)
tree4763f1a871ce45b7b4e69506ca0a87cf3cc999bd /pyanaconda/rescue.py
parentbce30a79371b9f7e238fb5159b2358a60e5aa576 (diff)
downloadanaconda-88365eeaed4fe6047fff950cbb30d75480d250cf.tar.gz
anaconda-88365eeaed4fe6047fff950cbb30d75480d250cf.tar.xz
anaconda-88365eeaed4fe6047fff950cbb30d75480d250cf.zip
Remove upgrade.findExistingRoots since it does nothing.
It just passes its arguments directly to storage.findExistingRootDevices.
Diffstat (limited to 'pyanaconda/rescue.py')
-rw-r--r--pyanaconda/rescue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/rescue.py b/pyanaconda/rescue.py
index 24305a5bb..e7077e956 100644
--- a/pyanaconda/rescue.py
+++ b/pyanaconda/rescue.py
@@ -319,7 +319,7 @@ def runRescue(anaconda):
import storage
storage.storageInitialize(anaconda)
- (disks, notUpgradable) = upgrade.findExistingRoots(anaconda, upgradeany=True)
+ (disks, notUpgradable) = storage.findExistingRootDevices(anaconda, upgradeany=True)
if not disks:
root = None