tests: fix disco config

This commit is contained in:
Jörg Thalheim 2023-05-07 20:20:57 +02:00
parent cdf2124738
commit 1ba300c246

View File

@ -21,14 +21,12 @@
partitions = [
{
name = "boot";
type = "partition";
start = "0";
end = "1M";
part-type = "primary";
flags = [ "bios_grub" ];
}
{
type = "partition";
name = "ESP";
start = "1MiB";
end = "100MiB";
@ -41,7 +39,6 @@
}
{
name = "root";
type = "partition";
start = "100MiB";
end = "100%";
part-type = "primary";