Skip to content

Commit 1ba300c

Browse files
committed
tests: fix disco config
1 parent cdf2124 commit 1ba300c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/modules/system-to-install.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@
2121
partitions = [
2222
{
2323
name = "boot";
24-
type = "partition";
2524
start = "0";
2625
end = "1M";
2726
part-type = "primary";
2827
flags = [ "bios_grub" ];
2928
}
3029
{
31-
type = "partition";
3230
name = "ESP";
3331
start = "1MiB";
3432
end = "100MiB";
@@ -41,7 +39,6 @@
4139
}
4240
{
4341
name = "root";
44-
type = "partition";
4542
start = "100MiB";
4643
end = "100%";
4744
part-type = "primary";

0 commit comments

Comments
 (0)