pixiecore: struggle a bit with gravizo to render the graph.

This commit is contained in:
David Anderson 2016-08-24 02:04:55 -07:00
parent 7929a15c6a
commit 9927c28dea

View File

@ -6,7 +6,7 @@ Linux. They are: ProxyDHCP, PXE, TFTP, and HTTP. Let's walk through
the boot process for a PXE ROM. the boot process for a PXE ROM.
![Boot process graph](http://g.gravizo.com/g? ![Boot process graph](http://g.gravizo.com/g?
digraph G { digraph G {
ProxyDHCP1 [label="ProxyDHCP"]; ProxyDHCP1 [label="ProxyDHCP"];
ProxyDHCP2 [label="ProxyDHCP (iPXE)"]; ProxyDHCP2 [label="ProxyDHCP (iPXE)"];
@ -15,7 +15,7 @@ digraph G {
PXE -> TFTP; PXE -> TFTP;
TFTP -> ProxyDHCP2; TFTP -> ProxyDHCP2;
ProxyDHCP2 -> HTTP; ProxyDHCP2 -> HTTP;
} }
) )
## Step 1: DHCP/ProxyDHCP ## Step 1: DHCP/ProxyDHCP