mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -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;
|
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…
Add table
Add a link
Reference in a new issue