diff options
| author | diogo464 <[email protected]> | 2025-10-12 18:04:46 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-10-12 18:04:46 +0100 |
| commit | 7b639f02cae0ed1684c837c27e5d2a5a65ec2b6b (patch) | |
| tree | c0d98426828f61d5cc8128b97e8ebfd9a2bd6813 | |
| parent | 25fc61737c8f92b8f57c2aa02bb820635c3e6719 (diff) | |
added basic README
| -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 | ||
