mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-09-02 04:11:16 +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
|
||||
|
||||
: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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user