Add echo to clean up startup output

This commit is contained in:
Antony Messerli 2022-06-26 10:11:28 -05:00
parent 8c9c43206d
commit d401ff7f20

View file

@ -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