Fix url for ipxe disks

This commit is contained in:
Antony Messerli 2015-09-04 22:56:09 -05:00
parent 01027855de
commit b1d0d485ee
2 changed files with 2 additions and 2 deletions

View file

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

View file

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