[PATCH] Remove erronious (vestigial?) call to Platform.isEfi

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

 



There's no such method, and I'm pretty sure that's what the
isinstance(p, platform.EFI) is trying to accomplish anyway.
---
 pyanaconda/storage/formats/fs.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/pyanaconda/storage/formats/fs.py b/pyanaconda/storage/formats/fs.py
index 6d9a8a6..fa3f9fd 100644
--- a/pyanaconda/storage/formats/fs.py
+++ b/pyanaconda/storage/formats/fs.py
@@ -1102,7 +1102,6 @@ class EFIFS(FATFS):
         from pyanaconda import platform
         p = platform.getPlatform(None)
         return (isinstance(p, platform.EFI) and
-                p.isEfi and
                 self.utilsAvailable)
 
 register_device_format(EFIFS)
-- 
1.7.3.1

_______________________________________________
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