ssd
This commit is contained in:
parent
79a822ed0c
commit
ee8eddfa80
1 changed files with 30 additions and 21 deletions
51
index.gv
51
index.gv
|
@ -115,18 +115,31 @@ subgraph cluster_mobile_ssd {
|
|||
label="SSD"
|
||||
|
||||
mobile_ssd_dev [
|
||||
label="{
|
||||
|
||||
<grub> GRUB | { <bios> BIOS | <esp> ESP }
|
||||
|
||||
}|
|
||||
|
||||
<data> Data
|
||||
| { <boot> Boot | { <latest> Latest | <stable> Stable | <images> Images } }
|
||||
| <memories> Memories
|
||||
| { <projects> Projects | { <lsgm> LSGM | <ofsp> OFSP } }
|
||||
| <other> …
|
||||
|
||||
label="
|
||||
{ BIOS |
|
||||
<mbr> MBR
|
||||
} |
|
||||
{ ESP | {
|
||||
<grub> GRUB |
|
||||
<esp_lsgm> LSGM
|
||||
} } |
|
||||
{ BTRFS | {
|
||||
{ <data> Data | {
|
||||
{ Boot | {
|
||||
<images> Images |
|
||||
Latest |
|
||||
Stable
|
||||
} } |
|
||||
<memories> Memories |
|
||||
{ Projects | {
|
||||
<projects_lsgm> LSGM |
|
||||
<ofsp> OFSP |
|
||||
<srmp> SRMP
|
||||
} } |
|
||||
<software> Software
|
||||
} } |
|
||||
Swap
|
||||
} }
|
||||
"
|
||||
]
|
||||
|
||||
|
@ -134,16 +147,12 @@ label="{
|
|||
|
||||
}
|
||||
|
||||
mobile_ssd_dev:lsgm:e -> mobile_ssd_dev:grub:w
|
||||
mobile_ssd_dev:projects_lsgm:e -> mobile_ssd_dev:esp_lsgm:e
|
||||
mobile_ssd_dev:projects_lsgm:e -> mobile_ssd_dev:grub:e
|
||||
mobile_ssd_dev:projects_lsgm:e -> mobile_ssd_dev:mbr:e
|
||||
|
||||
mobile_ssd_dev:ofsp:e -> mobile_ssd_dev:images:e
|
||||
|
||||
mobile_sony_records -> mobile_ssd_dev:memories
|
||||
|
||||
html [shape="plaintext" label=<<table cellspacing="0">
|
||||
<tr><td rowspan="2" port="grub">GRUB</td><td port="bios">BIOS</td></tr>
|
||||
<tr><td port="esp">ESP</td></tr>
|
||||
<tr><td rowspan="2" port="data">Data</td><td port="memories">Memories</td></tr>
|
||||
<tr><td port="other">…</td></tr>
|
||||
</table>>]
|
||||
html:data -> html:grub
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue