You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where, as part of this solution, I would like to export some files over HTTP to be consumed by my PXE client (OS install files). If the concept is approved I will submit a PR to create the following flags.
-h / --http-server (flag)
start HTTP server (by default will export tftp root on the default port (8080))
-p / --http-port (optional)
HTTP port to use
default is 8080
-r / --http-root (optional)
HTTP root export path
default is tftp root
The text was updated successfully, but these errors were encountered:
I have a use case where, as part of this solution, I would like to export some files over HTTP to be consumed by my PXE client (OS install files). If the concept is approved I will submit a PR to create the following flags.
The text was updated successfully, but these errors were encountered: