On Tue, 2009-04-28 at 10:23 -0400, Chris Lumens wrote: > --- > iutil.py | 7 +++---- > 1 files changed, 3 insertions(+), 4 deletions(-) Looks good. > > 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 > _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list