Re: [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]

 



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

[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