examples: set EF00 partition types

This commit is contained in:
lassulus 2023-07-20 18:41:35 +02:00
parent 4cad47f3fa
commit 4fa29318f6
10 changed files with 11 additions and 0 deletions

View File

@ -12,6 +12,7 @@
name = "ESP";
start = "1M";
end = "128MiB";
type = "EF00";
content = {
type = "filesystem";
format = "vfat";

View File

@ -10,6 +10,7 @@
ESP = {
start = "1MiB";
end = "128MiB";
type = "EF00";
content = {
type = "filesystem";
format = "vfat";

View File

@ -13,6 +13,7 @@
ESP = {
name = "ESP";
size = "512M";
type = "EF00";
content = {
type = "filesystem";
format = "vfat";

View File

@ -13,6 +13,7 @@
};
ESP = {
size = "512M";
type = "EF00";
content = {
type = "filesystem";
format = "vfat";

View File

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

View File

@ -9,6 +9,7 @@
partitions = {
boot = {
size = "100M";
type = "EF00";
content = {
type = "mdraid";
name = "boot";
@ -33,6 +34,7 @@
boot = {
name = "boot";
size = "100M";
type = "EF00";
content = {
type = "mdraid";
name = "boot";

View File

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

View File

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

View File

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

View File

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