sculpt_manager: preserve hybrid MBR when expanding

This commit is contained in:
Josef Söntgen 2018-06-04 11:19:01 +02:00 committed by Christian Helmuth
parent 268b8205a1
commit 5727da0c75
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ void Sculpt::_gen_gpt_write_start_content(Xml_generator &xml,
xml.node("config", [&] () {
xml.attribute("verbose", "yes");
xml.attribute("update_geometry", "yes");
xml.attribute("preserve_hybrid", "yes");
xml.node("actions", [&] () { fn(xml); });
});