Skip to content

Commit be78877

Browse files
committed
💄
1 parent 6e4550c commit be78877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Run the `pixie` binary using default ports, specifying path to store iPXE script
1616

1717
pixie -d /srv/ipxe
1818

19-
Define a iPXE script for a server with the MAC-address `00:11:22:33:44:55`:
19+
Define iPXE script for a machine with the MAC-address `00:11:22:33:44:55`:
2020

2121
cat >/srv/ipxe/00-11-22-33-44-55.ipxe <<EOF
2222
#!ipxe
@@ -48,7 +48,7 @@ Example for [dnsmasq](https://thekelleys.org.uk/dnsmasq/doc.html):
4848

4949
> In both these examples `pixie` runs on `192.168.0.100`
5050
51-
When a machine with the MAC-address of `00:11:22:33:44:55` now attempt to PXE boot, the following will happen:
51+
When a machine with the MAC-address of `00:11:22:33:44:55` now attempts to PXE boot, the following will happen:
5252

5353
1. The machine queries DHCP (standard procedure from PXE)
5454
2. The DHCP server will instruct the machine to download a new ROM from pixie (`next-server`) using TFTP

0 commit comments

Comments
 (0)