* aligning it to the size of the boot slice created by the
live cd installer
err(1, "unable to find uuid for 'DragonFly Label32'");
entry = 0;
block = 0;
- size = 256 * 1024 * 1024 / 512;
+ size = 768 * 1024 * 1024 / 512;
gpt = map_find(MAP_TYPE_PRI_GPT_HDR);
if (gpt == NULL)
command allows the user to create a small boot partition in a freshly
created GPT.
.Pp
-This command creates a small, 256MB boot partition as partition #0
+This command creates a small, 768MB boot partition as partition #0
and hacks in a special
.Sq slice 1
in the PMBR which aliases it.