소스 검색

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