up the EFI partition from 500MB to 1GB

This commit is contained in:
Aaron Honeycutt 2025-02-18 16:48:40 +00:00
parent ce0a630a0c
commit 144939bb98

View file

@ -8,7 +8,7 @@
type = "gpt"; type = "gpt";
partitions = { partitions = {
ESP = { ESP = {
size = "500M"; size = "1G";
type = "EF00"; type = "EF00";
content = { content = {
type = "filesystem"; type = "filesystem";