Skip to content

Commit

Permalink
sculpt_manager: generate 32 partition policies
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuke committed Jan 4, 2023
1 parent 60a9b17 commit 08d34a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/gems/src/app/sculpt_manager/model/storage_device.h
Expand Up @@ -225,7 +225,7 @@ void Sculpt::Storage_device::gen_part_block_start_content(Xml_generator &xml,
xml.node("config", [&] () {
xml.node("report", [&] () { xml.attribute("partitions", "yes"); });

for (unsigned i = 1; i < 10; i++) {
for (unsigned i = 1; i < 33; i++) {
xml.node("policy", [&] () {
xml.attribute("label", i);
xml.attribute("partition", i);
Expand Down

0 comments on commit 08d34a4

Please sign in to comment.