From abd7401a1a8f0c934e49e6e56313b7f3d61d905e Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 1 Feb 2016 09:54:59 -0600 Subject: [PATCH] Adding a sleep to see why it redirected and bumping version again --- ipxe/disks/netboot.xyz-dhcp | 3 ++- ipxe/disks/netboot.xyz-static | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ipxe/disks/netboot.xyz-dhcp b/ipxe/disks/netboot.xyz-dhcp index 64c13786..5a78afab 100644 --- a/ipxe/disks/netboot.xyz-dhcp +++ b/ipxe/disks/netboot.xyz-dhcp @@ -1,7 +1,7 @@ #!ipxe :start -set version 1.02 +set version 1.03 echo netboot.xyz iPXE loader v${version} goto dhcp @@ -23,6 +23,7 @@ goto menu || goto failsafe :menu chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS appears to have failed... attemping HTTP +sleep 5 chain --autofree http://boot.netboot.xyz/menu.ipxe || echo HTTP has failed, localbooting... goto boot diff --git a/ipxe/disks/netboot.xyz-static b/ipxe/disks/netboot.xyz-static index ed6ed402..a355c86a 100644 --- a/ipxe/disks/netboot.xyz-static +++ b/ipxe/disks/netboot.xyz-static @@ -1,7 +1,7 @@ #!ipxe :start -set version 1.02 +set version 1.03 echo netboot.xyz iPXE loader v${version} goto static @@ -19,6 +19,7 @@ goto menu || goto failsafe :menu chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS appears to have failed... attemping HTTP +sleep 5 chain --autofree http://boot.netboot.xyz/menu.ipxe || echo HTTP has failed, localbooting... goto boot