mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
sculpt_manager: preserve hybrid MBR when expanding
This commit is contained in:
committed by
Christian Helmuth
parent
268b8205a1
commit
5727da0c75
@@ -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); });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user