diff options
| author | Geert Stappers <stappers@stappers.it> | 2022-12-19 19:33:43 +0100 |
|---|---|---|
| committer | Raul Benencia <46945030+raul-te@users.noreply.github.com> | 2022-12-19 11:00:58 -0800 |
| commit | 6dbe89ced23ad5d4843ad577d80d15751957e0aa (patch) | |
| tree | 6707921e55b512452360b42465b7798fc7710d0e /docs | |
| parent | cdb87f741bc46a658d94c45c522953bb28427c2d (diff) | |
iPXE executable
Replaced string 'ROM' by 'executable'.
Read-Only-Memory, ROM, is a physical thing,
which can't be transfered by TFTP.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/shoelaces.8.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/shoelaces.8.scd b/docs/shoelaces.8.scd index 492b452..445994c 100644 --- a/docs/shoelaces.8.scd +++ b/docs/shoelaces.8.scd @@ -103,7 +103,7 @@ dhcp-boot=tag:!ipxe,undionly.kpxe dhcp-boot=http://<shoelaces-server>/poll/1/${netX/mac:hexhyp} ``` -A TFTP server such as *tftpd*(8) must be configured to serve the IPXE ROM, +A TFTP server such as *tftpd*(8) must be configured to serve the iPXE executable, *undionly.kpxe*. # SEE ALSO |
