mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Drop the debug prompts
This commit is contained in:
parent
c98b58603f
commit
ef3b8c1946
2 changed files with 0 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ goto dhcp
|
|||
|
||||
:dhcp
|
||||
dhcp || goto static
|
||||
prompt --key d --timeout 4000 Hit the ${bold}d${boldoff} key to open the debug console && goto debug || goto menu
|
||||
goto menu
|
||||
|
||||
:static
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
:start
|
||||
set version 1
|
||||
echo netboot.xyz iPXE loader v${version}
|
||||
prompt --key d --timeout 4000 Hit the ${bold}d${boldoff} key to open the debug console && goto debug || goto static
|
||||
goto static
|
||||
|
||||
:static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue