[PATCH rhel6-branch] Fix: "Hookup new python EDD code" mismerge

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux