use offsets for ESP partition
This commit is contained in:
parent
47991fba74
commit
d653000a44
1 changed files with 2 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue