From 2ad839ccfbeb7a0be879c1143d1973084ead51f8 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Thu, 21 Nov 2024 20:54:15 +0100 Subject: [PATCH] test: fix broken sysupdate test --- tests/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/common.nix b/tests/common.nix index 88bf95c..8e1c9af 100644 --- a/tests/common.nix +++ b/tests/common.nix @@ -38,6 +38,7 @@ rec { "systemd.journald.forward_to_console=1" ]; image.compress = false; + boot.uki.name = lib.mkForce "test"; boot.initrd.compressor = lib.mkForce "zstd"; boot.initrd.compressorArgs = lib.mkForce [ "-8" ]; }