浏览代码

Tweak hypervisor menu

Antony Messerli 9 年之前
父节点
当前提交
1820834cc4
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      src/hypervisor.ipxe

+ 1 - 5
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