mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 21:53:28 +00:00
sculpt: abbreviate .part_block suffix to .part
This slightly reduces the horizontal space of the component graph.
This commit is contained in:
parent
fe596f2219
commit
99da68183f
@ -47,7 +47,7 @@ struct Sculpt::Storage_device
|
||||
: Start_name { label };
|
||||
}
|
||||
|
||||
Start_name part_block_start_name() const { return { name(), ".part_block" }; }
|
||||
Start_name part_block_start_name() const { return { name(), ".part" }; }
|
||||
Start_name relabel_start_name() const { return { name(), ".relabel" }; }
|
||||
Start_name expand_start_name() const { return { name(), ".expand" }; }
|
||||
|
||||
|
@ -83,7 +83,7 @@ struct Sculpt::Storage_target
|
||||
/* access partition */
|
||||
else {
|
||||
xml.node("child", [&] () {
|
||||
xml.attribute("name", Label(device_and_port(), ".part_block"));
|
||||
xml.attribute("name", Label(device_and_port(), ".part"));
|
||||
xml.attribute("label", partition);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user