Make uefi partition 1G by default
This commit is contained in:
parent
2204388a39
commit
bd59674765
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@
|
||||||
Boot = {
|
Boot = {
|
||||||
index = 1;
|
index = 1;
|
||||||
type = "uefi";
|
type = "uefi";
|
||||||
size = "+100M";
|
size = "+1G";
|
||||||
keepExisting = true;
|
keepExisting = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue