akanda/doc/source/sample_boot.dot
Adam Gandelman 09d0ae25af Add repo infra to build docs
Change-Id: I41c1f5db641bed9224739d7099a619e02119e461
2015-05-04 13:04:59 -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;
}