better UX lol
This commit is contained in:
parent
268917ac44
commit
0180d23511
@ -23,13 +23,16 @@ set menu-timeout 0
|
|||||||
goto ${base}
|
goto ${base}
|
||||||
{# CANCEL ########################################################################################################### #}
|
{# CANCEL ########################################################################################################### #}
|
||||||
:cancel
|
:cancel
|
||||||
echo iPXE canceled; continuing boot.
|
echo iPXE canceled; continuing boot...
|
||||||
|
sleep 2
|
||||||
goto exit
|
goto exit
|
||||||
{# REBOOT ########################################################################################################### #}
|
{# REBOOT ########################################################################################################### #}
|
||||||
:reboot
|
:reboot
|
||||||
|
echo Rebooting...
|
||||||
reboot
|
reboot
|
||||||
{# EXIT ############################################################################################################# #}
|
{# EXIT ############################################################################################################# #}
|
||||||
:exit
|
:exit
|
||||||
|
echo Exiting...
|
||||||
exit 0
|
exit 0
|
||||||
{# CONFIGURE ######################################################################################################## #}
|
{# CONFIGURE ######################################################################################################## #}
|
||||||
:config
|
:config
|
||||||
|
Loading…
Reference in New Issue
Block a user