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