mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 11:27:29 +00:00
sculpt_manager: preserve hybrid MBR when expanding
This commit is contained in:
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); });
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user