Przeglądaj źródła

Add a space to prevent odd wrapping issues

Antony Messerli 7 lat temu
rodzic
commit
7a2062bfba

+ 1 - 0
ipxe/disks/netboot.xyz

@@ -14,6 +14,7 @@ echo ${bold}${fg_gre}netboot.xyz ${fg_whi}v${version}${boldoff}
 prompt --key m --timeout 4000 Hit the ${bold}m${boldoff} key to open failsafe menu... && goto failsafe || goto dhcp
 prompt --key m --timeout 4000 Hit the ${bold}m${boldoff} key to open failsafe menu... && goto failsafe || goto dhcp
 
 
 :dhcp
 :dhcp
+echo
 dhcp || goto netconfig
 dhcp || goto netconfig
 goto menu
 goto menu
 
 

+ 1 - 0
ipxe/disks/netboot.xyz-gce

@@ -15,6 +15,7 @@ echo ${bold}${fg_gre}netboot.xyz ${fg_whi}v${version} for ${fg_cya}Google Comput
 prompt --key m --timeout 4000 Hit the ${bold}m${boldoff} key to open failsafe menu... && goto failsafe || goto dhcp
 prompt --key m --timeout 4000 Hit the ${bold}m${boldoff} key to open failsafe menu... && goto failsafe || goto dhcp
 
 
 :dhcp
 :dhcp
+echo
 dhcp || goto netconfig
 dhcp || goto netconfig
 goto menu
 goto menu
 
 

+ 1 - 0
ipxe/disks/netboot.xyz-packet

@@ -16,6 +16,7 @@ echo ${bold}${fg_gre}netboot.xyz ${fg_whi}v${version} for ${fg_red}packet.net${f
 prompt --key m --timeout 4000 Hit the ${bold}m${boldoff} key to open failsafe menu... && goto failsafe || goto dhcp
 prompt --key m --timeout 4000 Hit the ${bold}m${boldoff} key to open failsafe menu... && goto failsafe || goto dhcp
 
 
 :dhcp
 :dhcp
+echo
 dhcp || goto netconfig
 dhcp || goto netconfig
 goto menu
 goto menu