iPXE discussion forum

Full Version: Running script to download image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can I have IPXE execute my curl commands that download my kernel, initrd and filesystem.squashfs from my git repository?
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.
Reference URL's