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 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list