Adding a sleep to see why it redirected and bumping version again

This commit is contained in:
Antony Messerli 2016-02-01 09:54:59 -06:00
parent b46873cb5d
commit abd7401a1a
2 changed files with 4 additions and 2 deletions

View File

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

View File

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