[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Remove requirement for EFI machines to be x86, since IA64 is too (#497934).
- From: David Lehman <dlehman redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH] Remove requirement for EFI machines to be x86, since IA64 is too (#497934).
- Date: Tue, 28 Apr 2009 12:21:29 -0500
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
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]