mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Fix url for ipxe disks
This commit is contained in:
parent
01027855de
commit
b1d0d485ee
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ echo Attempting chainload of netboot.xyz...
|
|||
goto start || goto failsafe
|
||||
|
||||
:start
|
||||
chain http://cdn.netboot.xyz/boot.ipxe
|
||||
chain http://cdn.netboot.xyz/menu.ipxe
|
||||
goto boot
|
||||
|
||||
:failsafe
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ echo Attempting chainload of netboot.xyz...
|
|||
goto start || goto failsafe
|
||||
|
||||
:start
|
||||
chain http://cdn.netboot.xyz/boot.ipxe
|
||||
chain http://cdn.netboot.xyz/menu.ipxe
|
||||
goto boot
|
||||
|
||||
:failsafe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue