diff options
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc634d5 --- /dev/null +++ b/README.md | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | # netboot-pxe | ||
| 2 | |||
| 3 | `netboot-pxe` runs a dhcp-proxy server and tftp server to make pxe booting possible without needing to configure your router's DHCP server or setup a tftp server. | ||
| 4 | |||
| 5 | 0. connect the current computer to the same network as the computer that will pxe boot | ||
| 6 | 1. `cargo install --git https://git.d464.sh/netboot-pxe` | ||
| 7 | 2. `netboot-pxe` | ||
| 8 | 3. select pxe boot option on the other computer | ||
