We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf2124 commit 1ba300cCopy full SHA for 1ba300c
tests/modules/system-to-install.nix
@@ -21,14 +21,12 @@
21
partitions = [
22
{
23
name = "boot";
24
- type = "partition";
25
start = "0";
26
end = "1M";
27
part-type = "primary";
28
flags = [ "bios_grub" ];
29
}
30
31
32
name = "ESP";
33
start = "1MiB";
34
end = "100MiB";
@@ -41,7 +39,6 @@
41
39
42
40
43
name = "root";
44
45
start = "100MiB";
46
end = "100%";
47
0 commit comments