You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
237 B
Plaintext
15 lines
237 B
Plaintext
2 years ago
|
@startuml
|
||
|
'https://plantuml.com/activity-diagram-beta
|
||
|
|
||
|
start
|
||
|
#lightblue:directory \nsystem_dlkm/;
|
||
|
-> mkfs.erofs;
|
||
|
#lightgreen :system_dlkm.img;
|
||
|
:calculate image size|
|
||
|
-> avbtool;
|
||
|
#lightgreen:(avb enabled)\nsystem_dlkm.img;
|
||
|
|
||
|
stop
|
||
|
|
||
|
@enduml
|