From b51f3d5af59b39e187e370fa2c34f7d850dc58fb Mon Sep 17 00:00:00 2001 From: brent s Date: Mon, 18 Nov 2019 06:04:57 -0500 Subject: [PATCH] gorRAM IT --- app/templates/main.ipxe.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/main.ipxe.j2 b/app/templates/main.ipxe.j2 index 5f68f19..67fcbf7 100644 --- a/app/templates/main.ipxe.j2 +++ b/app/templates/main.ipxe.j2 @@ -67,7 +67,7 @@ goto {{ u['name'] }} {%- else %} menu === {{ u['desc'] }} === {%- for su in db.getMenu(u['name']) %} - {%- if su['name'] == 'uefi_shell' %} + {%- if u['name'] == 'uefi_shell' %} iseq ${is_efi} n && item --gap -- WARNING: Not detected as UEFI. These may not work correctly. {%- endif %} item --key {{ su['shortcut'] }} {{ su['name'] }} ({{ su['shortcut'] }}) {{ su['desc'] }} (version: {{ su['version'] }})