whoops. they're in THOUSANDTHS of a second.

This commit is contained in:
brent s. 2019-11-18 05:40:13 -05:00
parent fe212a01ee
commit 268917ac44
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ item --gap -- = {{ mt.upper() }} =
item --key {{ os['shortcut'] }} {{ os['name'] }} ({{ os['shortcut'] }}) {{ os['desc'] }}
{%- endfor %}
{% endfor %}
choose --timeout 60 --default rescue base || goto cancel
choose --timeout 60000 --default rescue base || goto cancel
set menu-timeout 0
goto ${base}
{# CANCEL ########################################################################################################### #}
@ -48,7 +48,7 @@ menu == {{ os['desc'] }} ==
item --key {{ sub_os['shortcut'] }} {{ sub_os['name'] }} ({{ sub_os['shortcut'] }}) {{ sub_os['desc'] }} (version: {{ sub_os['version'] }})
{%- endfor %}
item --key < main (<) Back to Main Menu
choose --timeout 60 --default main install_choice || goto cancel
choose --timeout 60000 --default main install_choice || goto cancel
set menu-timeout 0
goto ${install_choice}
{% endfor %}
@ -70,7 +70,7 @@ iseq ${is_efi} n && item --gap -- WARNING: Not detected as UEFI. These may not
item --key {{ su['shortcut'] }} {{ su['name'] }} ({{ su['shortcut'] }}) {{ su['desc'] }} (version: {{ su['version'] }})
{%- endfor %}
item --key < main (<) Back to Main Menu
choose --timeout 60 --default main {{ u['name'] }}_choice || goto cancel
choose --timeout 60000 --default main {{ u['name'] }}_choice || goto cancel
set menu-timeout 0
goto {{'${'}}{{ u['name'] }}_choice{{ '}' }}
{%- endif %}