[PATCH] Remove requirement for EFI machines to be x86, since IA64 is too (#497934).

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

 



---
 iutil.py |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/iutil.py b/iutil.py
index 63e3a0b..af67c5f 100644
--- a/iutil.py
+++ b/iutil.py
@@ -553,10 +553,9 @@ def isEfi():
         return efi
 
     efi = False
-    if isX86():
-        # XXX need to make sure efivars is loaded...
-        if os.path.exists("/sys/firmware/efi"):
-            efi = True
+    # XXX need to make sure efivars is loaded...
+    if os.path.exists("/sys/firmware/efi"):
+        efi = True
 
     return efi
 
-- 
1.6.1.3

_______________________________________________
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