mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 16:38:21 -04:00
Bump EFI system partition default size to 300M.
This commit is contained in:
parent
7a69aae0cb
commit
0426d7fd35
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ EraseDiskPage::doAutopartition( Device* dev )
|
|||
int empty_space_size = 0;
|
||||
if ( isEfi )
|
||||
{
|
||||
uefisys_part_size = 100;
|
||||
uefisys_part_size = 300;
|
||||
empty_space_size = 2;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue