mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Add echo to clean up startup output
This commit is contained in:
parent
8c9c43206d
commit
d401ff7f20
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ iseq ${site_name} netboot.xyz || echo ${bold}${fg_whi}Powered by ${fg_gre}netboo
|
|||
prompt --key m --timeout 4000 Hit the ${bold}m${boldoff} key to open failsafe menu... && goto failsafe || goto dhcp
|
||||
|
||||
:dhcp
|
||||
echo
|
||||
dhcp || goto netconfig
|
||||
isset ${next-server} && isset ${proxydhcp/next-server} && goto choose-tftp || set tftp-server ${next-server} && goto load-custom-ipxe
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue