coreos/documentation/boot/bootflow-generic.dot

10 lines
221 B
Plaintext

digraph G {
fw [label = "Firmware";shape = rect;];
btl [label = "Bootloader";shape = rect;];
os [label = "Operating System";shape = rect;];
fw -> btl -> os [style = dashed;];
fw -> os;
}