akanda/docs/source/sample_boot.dot
Adam Gandelman faea392eb6 Rename ./doc/ -> ./docs/, update dev docs
Renames doc -> docs, should help get readthedocs integration working correctly.

Also updates the developer quickstart guide.

Change-Id: I179df0891957b56823ba72d0816a9a46e816b2ff
2015-06-05 14:26:16 -07:00

15 lines
234 B
Plaintext

digraph sample_boot {
rankdir=LR;
node [shape = doublecircle];
CalcAction;
node [shape = circle];
CalcAction -> Alive;
Alive -> CreateVM;
CreateVM -> CheckBoot;
CheckBoot -> CheckBoot;
CheckBoot -> ConfigureVM;
}