diff mbox

[4/7] ipxe: disable load file protocol

Message ID 1436955007-8216-5-git-send-email-kraxel@redhat.com
State New
Headers show

Commit Message

Gerd Hoffmann July 15, 2015, 10:10 a.m. UTC
Activate the opt-out added by one ipxe patch.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 roms/config.ipxe.general.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Laszlo Ersek July 15, 2015, 11:01 a.m. UTC | #1
On 07/15/15 12:10, Gerd Hoffmann wrote:
> Activate the opt-out added by one ipxe patch.

No need to designate the exact commit hash (it will change after the
next rebase), but I'd prefer if you referred to the ipxe patch by subject:

  [efi] make load file protocol optional

> 
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
>  roms/config.ipxe.general.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/roms/config.ipxe.general.h b/roms/config.ipxe.general.h
> index 619ee4c..2df042a 100644
> --- a/roms/config.ipxe.general.h
> +++ b/roms/config.ipxe.general.h
> @@ -2,3 +2,4 @@
>  #define BANNER_TIMEOUT 30
>  #undef ROM_BANNER_TIMEOUT
>  #define ROM_BANNER_TIMEOUT 0
> +#undef EFI_PROTO_LOAD_FILE
> 

With that commit message change:

Reviewed-by: Laszlo Ersek <lersek@redhat.com>
diff mbox

Patch

diff --git a/roms/config.ipxe.general.h b/roms/config.ipxe.general.h
index 619ee4c..2df042a 100644
--- a/roms/config.ipxe.general.h
+++ b/roms/config.ipxe.general.h
@@ -2,3 +2,4 @@ 
 #define BANNER_TIMEOUT 30
 #undef ROM_BANNER_TIMEOUT
 #define ROM_BANNER_TIMEOUT 0
+#undef EFI_PROTO_LOAD_FILE