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" ]; }