From 1ba300c24618bedbf8916006270f3f168844a766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 7 May 2023 20:20:57 +0200 Subject: [PATCH] tests: fix disco config --- tests/modules/system-to-install.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/modules/system-to-install.nix b/tests/modules/system-to-install.nix index fe31d30..70fd5e3 100644 --- a/tests/modules/system-to-install.nix +++ b/tests/modules/system-to-install.nix @@ -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";