This commit is contained in:
brent s. 2019-11-18 06:07:19 -05:00
parent b51f3d5af5
commit cc0f33db6d
1 changed files with 1 additions and 1 deletions

View File

@ -66,10 +66,10 @@ goto {{ u['name'] }}
{%- endif %}
{%- else %}
menu === {{ u['desc'] }} ===
{%- for su in db.getMenu(u['name']) %}
{%- if u['name'] == 'uefi_shell' %}
iseq ${is_efi} n && item --gap -- WARNING: Not detected as UEFI. These may not work correctly.
{%- endif %}
{%- for su in db.getMenu(u['name']) %}
item --key {{ su['shortcut'] }} {{ su['name'] }} ({{ su['shortcut'] }}) {{ su['desc'] }} (version: {{ su['version'] }})
{%- endfor %}
item --key < main (<) Back to Main Menu