This bit got missed due to commits getting added in a different order on RHEL-6 branch (related #478996). --- iw/cleardisks_gui.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/iw/cleardisks_gui.py b/iw/cleardisks_gui.py index 72bf8bb..09812b1 100644 --- a/iw/cleardisks_gui.py +++ b/iw/cleardisks_gui.py @@ -143,7 +143,7 @@ class ClearDisksWindow (InstallWindow): # Store the first disk (according to our detected BIOS order) for # auto boot device selection names = map(lambda d: d.name, disks) - self.bootDisk = sorted(names, isys.compareDrives)[0] + self.bootDisk = sorted(names, self.anaconda.id.storage.compareDisks)[0] # The device filtering UI set up exclusiveDisks as a list of the names # of all the disks we should use later on. Now we need to go get those, -- 1.7.0 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list