From 9927c28deadd5b4b6406e31ff1fc2c59df5bd923 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 24 Aug 2016 02:04:55 -0700 Subject: [PATCH] pixiecore: struggle a bit with gravizo to render the graph. --- pixiecore/README.booting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixiecore/README.booting.md b/pixiecore/README.booting.md index a557c96..0b8fc89 100644 --- a/pixiecore/README.booting.md +++ b/pixiecore/README.booting.md @@ -6,7 +6,7 @@ Linux. They are: ProxyDHCP, PXE, TFTP, and HTTP. Let's walk through the boot process for a PXE ROM. ![Boot process graph](http://g.gravizo.com/g? -digraph G { + digraph G { ProxyDHCP1 [label="ProxyDHCP"]; ProxyDHCP2 [label="ProxyDHCP (iPXE)"]; @@ -15,7 +15,7 @@ digraph G { PXE -> TFTP; TFTP -> ProxyDHCP2; ProxyDHCP2 -> HTTP; -} + } ) ## Step 1: DHCP/ProxyDHCP