[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH f15-branch master 1/2] Change upgrade to use findExistingRootDevices (#681267)
- From: "Brian C. Lane" <bcl redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH f15-branch master 1/2] Change upgrade to use findExistingRootDevices (#681267)
- Date: Tue, 1 Mar 2011 09:36:44 -0800
Commit 88365ee removed findExistingRoots, it was just a wrapper to
findExistingRootDevices
---
pyanaconda/iw/examine_gui.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pyanaconda/iw/examine_gui.py b/pyanaconda/iw/examine_gui.py
index 99d3d18..eadbf0d 100644
--- a/pyanaconda/iw/examine_gui.py
+++ b/pyanaconda/iw/examine_gui.py
@@ -98,7 +98,7 @@ class UpgradeExamineWindow (InstallWindow):
# we might get here after storage reset that obsoleted
# root device objects we had found
if not self.anaconda.rootParts:
- (self.anaconda.rootParts, notUpgradable) = upgrade.findExistingRoots(self.anaconda,
+ (self.anaconda.rootParts, notUpgradable) = upgrade.findExistingRootDevices(self.anaconda,
flags.cmdline.has_key("upgradeany"))
upgrade.setUpgradeRoot(self.anaconda)
--
1.7.4
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]