--- 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