From 1820834cc4a5ea4480d3c19946038377e18d017f Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Wed, 3 Feb 2016 20:41:43 -0600 Subject: [PATCH] Tweak hypervisor menu --- src/hypervisor.ipxe | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/hypervisor.ipxe b/src/hypervisor.ipxe index 97af9868..4e3d4630 100644 --- a/src/hypervisor.ipxe +++ b/src/hypervisor.ipxe @@ -17,12 +17,8 @@ goto change_menu :change_menu chain ${menu}.ipxe || goto error -goto hypervisor_exit +goto hypervisor_menu :hypervisor_exit clear menu exit 0 - -:xenserver -chain xenserver.ipxe -goto hypervisor_menu