From db08b1f13fe125d3dfeac89745ea3f362442eede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 5 May 2023 08:45:09 +0200 Subject: [PATCH] tests: fix conflicts with profiles using grub --- tests/build-profile.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/build-profile.nix b/tests/build-profile.nix index 0d477b2..b28d952 100644 --- a/tests/build-profile.nix +++ b/tests/build-profile.nix @@ -3,6 +3,8 @@ let shim = { config, ... }: { boot.loader.systemd-boot.enable = !config.boot.loader.generic-extlinux-compatible.enable && !config.boot.loader.raspberryPi.enable; + # we forcefully disable grub here just for testing purposes, even though some profiles might still use grub in the end. + boot.loader.grub.enable = false; fileSystems."/" = { device = "/dev/disk/by-uuid/00000000-0000-0000-0000-000000000000";