examples: drop priority as we now have a reasonable default

This commit is contained in:
Jörg Thalheim 2024-06-28 07:13:27 +02:00 committed by mergify[bot]
parent 05f4e223b5
commit d185770ea2
8 changed files with 0 additions and 9 deletions

View File

@ -38,7 +38,6 @@
boot = {
size = "1M";
type = "EF02"; # for grub MBR
priority = 1; # Needs to be first partition
};
ESP = {
size = "500M";

View File

@ -11,7 +11,6 @@
boot = {
size = "1M";
type = "EF02"; # for grub MBR
priority = 1; # Needs to be first partition
};
root = {
size = "100%";

View File

@ -9,7 +9,6 @@
boot = {
size = "1M";
type = "EF02"; # for grub MBR
priority = 1; # Needs to be first partition
};
ESP = {
name = "ESP";

View File

@ -10,7 +10,6 @@
boot = {
size = "1M";
type = "EF02"; # for grub MBR
priority = 1; # Needs to be first partition
};
ESP = {
size = "512M";

View File

@ -9,7 +9,6 @@
boot = {
size = "1M";
type = "EF02"; # for grub MBR
priority = 1; # Needs to be first partition
};
ESP = {
size = "500M";

View File

@ -10,7 +10,6 @@
boot = {
size = "1M";
type = "EF02"; # for grub MBR
priority = 1; # Needs to be first partition
};
mdadm = {
size = "100%";
@ -31,7 +30,6 @@
boot = {
size = "1M";
type = "EF02"; # for grub MBR
priority = 1; # Needs to be first partition
};
mdadm = {
size = "100%";

View File

@ -10,7 +10,6 @@
boot = {
size = "1M";
type = "EF02"; # for grub MBR
priority = 1; # Needs to be first partition
};
mdadm = {
size = "100%";

View File

@ -11,7 +11,6 @@
boot = {
size = "1M";
type = "EF02";
priority = 1; # Needs to be first partition
};
root = {
size = "100%";