Bump EFI system partition default size to 300M.
This commit is contained in:
parent
7a69aae0cb
commit
0426d7fd35
@ -143,7 +143,7 @@ EraseDiskPage::doAutopartition( Device* dev )
|
|||||||
int empty_space_size = 0;
|
int empty_space_size = 0;
|
||||||
if ( isEfi )
|
if ( isEfi )
|
||||||
{
|
{
|
||||||
uefisys_part_size = 100;
|
uefisys_part_size = 300;
|
||||||
empty_space_size = 2;
|
empty_space_size = 2;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user