Skip to content

Commit

Permalink
Update netboot post - Fixes #48
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerwood authored Jan 22, 2024
1 parent 0f636a9 commit 4dabf9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/posts/netboot-docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ Flags: D - dynamic
```
Now add the the `next-server` and `boot-file` options to the network.
```
/ip dhcp-server network set 0 next-server="'10.0.0.27'"
/ip dhcp-server network set 0 boot-file-name="'netboot.xyz.kpxe'"
/ip dhcp-server network set 0 next-server="10.0.0.27"
/ip dhcp-server network set 0 boot-file-name="netboot.xyz.kpxe"
```
### Final notes
Remember to configure your boot settings in the BIOS to be able to boot in Legacy mode.
---
---

0 comments on commit 4dabf9a

Please sign in to comment.