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 = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
|
boot = {
|
||||||
|
size = "1M";
|
||||||
|
type = "EF02";
|
||||||
|
};
|
||||||
esp = {
|
esp = {
|
||||||
priority = 1;
|
priority = 1;
|
||||||
name = "BOOT";
|
name = "BOOT";
|
||||||
start = "1M";
|
|
||||||
size = "2G";
|
size = "2G";
|
||||||
type = "EF00";
|
type = "EF00";
|
||||||
content = {
|
content = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue