ordering: 1MB partition as first partition

This commit is contained in:
Daniel Langbein 2023-10-12 12:45:49 +02:00
parent 5c6b9e5715
commit 97e64df518
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -7,12 +7,12 @@
content = { content = {
type = "gpt"; type = "gpt";
partitions = { partitions = {
boot = { a_boot = {
name = "boot"; name = "boot";
size = "1M"; size = "1M";
type = "EF02"; type = "EF02";
}; };
ESP = { b_ESP = {
size = "500M"; size = "500M";
type = "EF00"; type = "EF00";
content = { content = {
@ -21,7 +21,7 @@
mountpoint = "/boot"; mountpoint = "/boot";
}; };
}; };
root = { c_root = {
size = "100%"; size = "100%";
content = { content = {
type = "filesystem"; type = "filesystem";