Replies: 3 comments
-
Yes. If you use the docker container, local location is under /assets. |
Beta Was this translation helpful? Give feedback.
-
Ah, Docker? I was hoping to have netbootxyz on my OpenWrt router, and at the same time point to TFTP/NFS cache on it for the ISOs... |
Beta Was this translation helpful? Give feedback.
-
in that case I would try mounting your local share to /assets, then use the built-in download to local option and changing the configs mentioned in the link. However, think of the security implications, running a service on an inet facing device that has local storage access. However and unsolicited advisory: IMO, better to run it internal only and point to the tftp via DHCP option on your router. that's how I did it, keeping the services on the internet facing device as few as possible, and just as much as necessary. instead of running on the router, you'd need a separate device running docker or kvm. Any proxmox host, raspberry pi or microserver could do. if you don't have that luxury, maybe running a Netboot isn't the highest priority, but your priorities are your discretion ofc. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Instead of downloading over the Internet every time, is there a way I can point netbootxyz to my cache on LAN (whether it's TFTP, SMB, NFS or something else) and use that instead? Or does that necessarily entail self-hosting the complete netbootxyz server?
I was hoping for using the generic PXE boot file and point it to the ISOs on file server while booting into it. I didn't find anything similar in the docs, so if such functionality is not present, I hope this can be taken as a suggestion/feature request.
Beta Was this translation helpful? Give feedback.
All reactions