make genepi boot again
This commit is contained in:
parent
03c97d8431
commit
628b996be4
4 changed files with 42 additions and 16 deletions
|
|
@ -15,14 +15,10 @@ in
|
|||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
boot = {
|
||||
type = "EF02";
|
||||
size = "1M";
|
||||
priority = 1;
|
||||
};
|
||||
ESP = {
|
||||
type = "EF00";
|
||||
size = "512M";
|
||||
priority = 1;
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "vfat";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue