This commit is contained in:
albert 2024-07-14 20:46:20 +09:00
parent e1b6c937b3
commit 6c188218e2
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -10,14 +10,6 @@
size = "1M"; size = "1M";
type = "EF02"; # for grub MBR type = "EF02"; # for grub MBR
}; };
ESP = {
size = "500M";
type = "EF00";
content = {
type = "mdraid";
name = "boot";
};
};
mdadm = { mdadm = {
size = "100%"; size = "100%";
content = { content = {
@ -29,16 +21,6 @@
}; };
}); });
disko.devices.mdadm = { disko.devices.mdadm = {
boot = {
type = "mdadm";
level = 1;
metadata = "1.0";
content = {
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
};
};
raid1 = { raid1 = {
type = "mdadm"; type = "mdadm";
level = 1; level = 1;