use offsets for ESP partition

This commit is contained in:
Noa Aarts 2025-11-12 09:33:16 +01:00
parent 47991fba74
commit d653000a44
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -11,7 +11,8 @@
esp = { esp = {
priority = 1; priority = 1;
name = "ESP"; name = "ESP";
size = "1G"; start = "1M";
end = "1024M";
type = "EF00"; type = "EF00";
content = { content = {
type = "filesystem"; type = "filesystem";