diff options
| author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2016-12-27 11:45:46 +0100 |
|---|---|---|
| committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2016-12-27 11:45:46 +0100 |
| commit | 07e5c7d692ada060563b94884bed8c94e302a01b (patch) | |
| tree | 7fd283fdd9e0f72dc72a10ce24f7be42b26783a4 /2016/33c3/images/upgrade_process.blockdiag | |
| parent | c91fea6d73088cb9058c0cea8fa6a6d72e538717 (diff) | |
More structure, spelling, clarification, images..
Diffstat (limited to '2016/33c3/images/upgrade_process.blockdiag')
| -rw-r--r-- | 2016/33c3/images/upgrade_process.blockdiag | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/2016/33c3/images/upgrade_process.blockdiag b/2016/33c3/images/upgrade_process.blockdiag index fdd769d..4e94ef3 100644 --- a/2016/33c3/images/upgrade_process.blockdiag +++ b/2016/33c3/images/upgrade_process.blockdiag @@ -1,12 +1,16 @@ blockdiag { node_width = 200; + default_group_color = none; AT [label="atfwd_daemon"]; QC [label="QCMAP_ConnectionManager"]; WG [label="wget"]; RI [label="recovery image"]; - AT -> QC; - AT -> WG -> RI; + AT -> QC [label="start"]; + AT -> WG [label="start"]; + AT -> RI [label="reboot"]; + + group { WG; RI }; } |
