mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-09-02 12:21:27 +02:00
Adding a sleep to see why it redirected and bumping version again
This commit is contained in:
parent
b46873cb5d
commit
abd7401a1a
@ -1,7 +1,7 @@
|
|||||||
#!ipxe
|
#!ipxe
|
||||||
|
|
||||||
:start
|
:start
|
||||||
set version 1.02
|
set version 1.03
|
||||||
echo netboot.xyz iPXE loader v${version}
|
echo netboot.xyz iPXE loader v${version}
|
||||||
goto dhcp
|
goto dhcp
|
||||||
|
|
||||||
@ -23,6 +23,7 @@ goto menu || goto failsafe
|
|||||||
|
|
||||||
:menu
|
:menu
|
||||||
chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS appears to have failed... attemping HTTP
|
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...
|
chain --autofree http://boot.netboot.xyz/menu.ipxe || echo HTTP has failed, localbooting...
|
||||||
goto boot
|
goto boot
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!ipxe
|
#!ipxe
|
||||||
|
|
||||||
:start
|
:start
|
||||||
set version 1.02
|
set version 1.03
|
||||||
echo netboot.xyz iPXE loader v${version}
|
echo netboot.xyz iPXE loader v${version}
|
||||||
goto static
|
goto static
|
||||||
|
|
||||||
@ -19,6 +19,7 @@ goto menu || goto failsafe
|
|||||||
|
|
||||||
:menu
|
:menu
|
||||||
chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS appears to have failed... attemping HTTP
|
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...
|
chain --autofree http://boot.netboot.xyz/menu.ipxe || echo HTTP has failed, localbooting...
|
||||||
goto boot
|
goto boot
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user