make boot large enough in tests

100M is not enough and I see people just copying examples without putting in any extra thoughts
https://github.com/TUM-DSE/doctor-cluster-config/pull/368
This commit is contained in:
Jörg Thalheim 2023-09-27 08:13:25 +02:00 committed by mergify[bot]
parent 2b523b58e6
commit 78fba3983d
12 changed files with 15 additions and 16 deletions

View File

@ -8,7 +8,7 @@
type = "gpt";
partitions = {
ESP = {
end = "100M";
end = "500M";
type = "EF00";
content = {
type = "filesystem";

View File

@ -12,7 +12,7 @@
type = "EF02"; # for grub MBR
};
ESP = {
size = "100M";
size = "500M";
type = "EF00";
content = {
type = "mdraid";
@ -40,7 +40,7 @@
type = "EF02"; # for grub MBR
};
ESP = {
size = "128M";
size = "500M";
type = "EF00";
content = {
type = "mdraid";

View File

@ -11,7 +11,7 @@
{
name = "ESP";
start = "1M";
end = "100M";
end = "500M";
bootable = true;
content = {
type = "filesystem";
@ -21,7 +21,7 @@
}
{
name = "root";
start = "100M";
start = "500M";
end = "100%";
part-type = "primary";
bootable = true;

View File

@ -8,7 +8,7 @@
type = "gpt";
partitions = {
ESP = {
size = "100M";
size = "500M";
type = "EF00";
content = {
type = "filesystem";

View File

@ -8,7 +8,7 @@
type = "gpt";
partitions = {
ESP = {
size = "100M";
size = "500M";
type = "EF00";
content = {
type = "filesystem";

View File

@ -11,7 +11,7 @@
type = "EF02"; # for grub MBR
};
ESP = {
size = "100M";
size = "500M";
type = "EF00";
content = {
type = "mdraid";

View File

@ -8,7 +8,7 @@
type = "gpt";
partitions = {
boot = {
size = "100M";
size = "500M";
type = "EF00";
content = {
type = "mdraid";
@ -32,8 +32,7 @@
type = "gpt";
partitions = {
boot = {
name = "boot";
size = "100M";
size = "500M";
type = "EF00";
content = {
type = "mdraid";

View File

@ -8,7 +8,7 @@
type = "gpt";
partitions = {
boot = {
size = "100M";
size = "500M";
type = "EF00";
content = {
type = "filesystem";

View File

@ -9,7 +9,7 @@
partitions = {
ESP = {
type = "EF00";
size = "100M";
size = "500M";
content = {
type = "filesystem";
format = "vfat";

View File

@ -8,7 +8,7 @@
type = "gpt";
partitions = {
ESP = {
size = "100M";
size = "500M";
type = "EF00";
content = {
type = "filesystem";

View File

@ -8,7 +8,7 @@
type = "gpt";
partitions = {
ESP = {
size = "100M";
size = "500M";
type = "EF00";
content = {
type = "filesystem";

View File

@ -8,7 +8,7 @@
type = "gpt";
partitions = {
ESP = {
size = "100M";
size = "500M";
type = "EF00";
content = {
type = "filesystem";