added bios compat partition
This commit is contained in:
parent
867876be63
commit
d745c36a31
1 changed files with 4 additions and 1 deletions
|
@ -7,10 +7,13 @@
|
|||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
boot = {
|
||||
size = "1M";
|
||||
type = "EF02";
|
||||
};
|
||||
esp = {
|
||||
priority = 1;
|
||||
name = "BOOT";
|
||||
start = "1M";
|
||||
size = "2G";
|
||||
type = "EF00";
|
||||
content = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue