+4
-3
nixos/modules/system/boot/loader/grub/install-grub.pl
+4
-3
nixos/modules/system/boot/loader/grub/install-grub.pl
······rename $initrdSecretsPathTemp, $initrdSecretsPath or die "failed to move initrd secrets into place: $!\n";-$initrd .= " " . ($grubBoot->path eq "/" ? "" : $grubBoot->path) . "/kernels/$initrdName-secrets";+$initrd .= " " . ($grubBoot->path eq "/" ? "" : $grubBoot->path) . "/kernels/$systemName-secrets";
+18
-3
nixos/modules/virtualisation/qemu-vm.nix
+18
-3
nixos/modules/virtualisation/qemu-vm.nix
·········
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+58
nixos/tests/initrd-secrets-changing.nix
+58
nixos/tests/initrd-secrets-changing.nix
···+with subtest("Check that the specialisation's secrets are distinct despite identical kernels"):