From d725d09e83342db4a9599f539e2d43c4461ee29d Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 4 Sep 2015 23:40:36 -0500 Subject: [PATCH] Fixing some section names --- ipxe/netboot.xyz-dhcp | 6 +++--- ipxe/netboot.xyz-static | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ipxe/netboot.xyz-dhcp b/ipxe/netboot.xyz-dhcp index 2cd0b120..22a2f63e 100644 --- a/ipxe/netboot.xyz-dhcp +++ b/ipxe/netboot.xyz-dhcp @@ -8,7 +8,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 -goto start +goto menu :static echo DHCP Server not found, enabling manual override: @@ -20,9 +20,9 @@ echo -n Gateway: && read net0/gateway echo -n DNS: && read dns ifopen net0 echo Attempting chainload of netboot.xyz... -goto start || goto failsafe +goto menu || goto failsafe -:start +:menu chain --autofree http://cdn.netboot.xyz/menu.ipxe goto boot diff --git a/ipxe/netboot.xyz-static b/ipxe/netboot.xyz-static index 0e04e4ed..5413d179 100644 --- a/ipxe/netboot.xyz-static +++ b/ipxe/netboot.xyz-static @@ -16,9 +16,9 @@ echo -n Gateway: && read net0/gateway echo -n DNS: && read dns ifopen net0 echo Attempting chainload of netboot.xyz... -goto start || goto failsafe +goto menu || goto failsafe -:start +:menu chain --autofree http://cdn.netboot.xyz/menu.ipxe goto boot