types gpt: sort after priority. add size option

This commit is contained in:
lassulus 2023-06-17 09:07:14 +02:00 committed by mergify[bot]
parent 95c10a6c7f
commit 64c9c78c15
2 changed files with 16 additions and 6 deletions

View file

@ -9,8 +9,7 @@
partitions = {
ESP = {
type = "EF00";
start = "1M";
end = "+100M";
size = "100M";
content = {
type = "filesystem";
format = "vfat";
@ -18,7 +17,7 @@
};
};
root = {
end = "-0";
size = "100%";
content = {
type = "filesystem";
format = "ext4";