File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
53531 . The machine queries DHCP (standard procedure from PXE)
54542 . The DHCP server will instruct the machine to download a new ROM from pixie (` next-server ` ) using TFTP
You can’t perform that action at this time.
0 commit comments