Bump EFI system partition default size to 300M.

This commit is contained in:
Teo Mrnjavac 2015-05-29 18:31:52 +02:00
parent 7a69aae0cb
commit 0426d7fd35

View File

@ -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