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"; type = "gpt";
partitions = { partitions = {
ESP = { ESP = {
end = "100M"; end = "500M";
type = "EF00"; type = "EF00";
content = { content = {
type = "filesystem"; type = "filesystem";

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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