소스 검색

More fixes

Antony Messerli 9 년 전
부모
커밋
85a52ae624
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      ipxe/netboot.xyz-dhcp
  2. 1 1
      ipxe/netboot.xyz-static

+ 1 - 1
ipxe/netboot.xyz-dhcp

@@ -7,7 +7,7 @@ goto dhcp
 
 :dhcp  
 dhcp || goto static
-prompt --key m --timeout 4000 Hit the ${bold}d${boldoff} key to open the debug console && goto debug || goto start
+prompt --key d --timeout 4000 Hit the ${bold}d${boldoff} key to open the debug console && goto debug || goto menu
 goto menu
 
 :static

+ 1 - 1
ipxe/netboot.xyz-static

@@ -3,7 +3,7 @@
 :start
 set version 1
 echo netboot.xyz iPXE loader v${version}
-prompt --key m --timeout 4000 Hit the ${bold}d${boldoff} key to open the debug console && goto debug || goto start
+prompt --key d --timeout 4000 Hit the ${bold}d${boldoff} key to open the debug console && goto debug || goto static
 goto static
 
 :static