iPXE discussion forum
Running script to download image - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Running script to download image (/showthread.php?tid=32086)



Running script to download image - a_bains - 2021-03-10 11:27

Can I have IPXE execute my curl commands that download my kernel, initrd and filesystem.squashfs from my git repository?


RE: Running script to download image - NiKiZe - 2021-03-10 16:08

chain does download
curl does not run in iPXE
You could have iPXE call a http server, which does the download.

but you should be fine just fetching the rawdata url of github.