better UX lol

This commit is contained in:
brent s. 2019-11-18 05:58:57 -05:00
parent 268917ac44
commit 0180d23511
1 changed files with 4 additions and 1 deletions

View File

@ -23,13 +23,16 @@ set menu-timeout 0
goto ${base}
{# CANCEL ########################################################################################################### #}
:cancel
echo iPXE canceled; continuing boot.
echo iPXE canceled; continuing boot...
sleep 2
goto exit
{# REBOOT ########################################################################################################### #}
:reboot
echo Rebooting...
reboot
{# EXIT ############################################################################################################# #}
:exit
echo Exiting...
exit 0
{# CONFIGURE ######################################################################################################## #}
:config