Tweak hypervisor menu

This commit is contained in:
Antony Messerli 2016-02-03 20:41:43 -06:00
parent 5cf632f382
commit 1820834cc4

View File

@ -17,12 +17,8 @@ goto change_menu
:change_menu :change_menu
chain ${menu}.ipxe || goto error chain ${menu}.ipxe || goto error
goto hypervisor_exit goto hypervisor_menu
:hypervisor_exit :hypervisor_exit
clear menu clear menu
exit 0 exit 0
:xenserver
chain xenserver.ipxe
goto hypervisor_menu