almost.
This commit is contained in:
parent
b51f3d5af5
commit
cc0f33db6d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user