increase size of boot partiton for emergent
This commit is contained in:
parent
93793f2f1c
commit
54d03b280c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
ESP = {
|
ESP = {
|
||||||
size = "64M";
|
size = "512M";
|
||||||
type = "EF00";
|
type = "EF00";
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue