examples; document EF02 type

This commit is contained in:
lassulus 2023-07-21 14:28:58 +02:00
parent 7a37b47634
commit c3e4e625c1
5 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@
partitions = {
boot = {
size = "1M";
type = "EF02";
type = "EF02"; # for grub MBR
};
ESP = {
size = "100M";
@ -37,7 +37,7 @@
partitions = {
boot = {
size = "1M";
type = "EF02";
type = "EF02"; # for grub MBR
};
ESP = {
size = "128M";

View File

@ -10,7 +10,7 @@
partitions = {
boot = {
size = "1M";
type = "EF02";
type = "EF02"; # for grub MBR
};
root = {
size = "100%";

View File

@ -8,7 +8,7 @@
partitions = {
boot = {
size = "1M";
type = "EF02";
type = "EF02"; # for grub MBR
};
ESP = {
name = "ESP";

View File

@ -9,7 +9,7 @@
partitions = {
boot = {
size = "1M";
type = "EF02";
type = "EF02"; # for grub MBR
};
ESP = {
size = "512M";

View File

@ -9,7 +9,7 @@
partitions = {
boot = {
size = "1M";
type = "EF02";
type = "EF02"; # for grub MBR
};
mdadm = {
size = "100%";
@ -29,7 +29,7 @@
partitions = {
boot = {
size = "1M";
type = "EF02";
type = "EF02"; # for grub MBR
};
mdadm = {
size = "100%";