nixos/kexec-boot: auto-detect the right kernel name to support aarch64

main
lassulus 2 years ago
parent 78a6caa5f8
commit e097044b92
  1. 2
      nixos/modules/installer/kexec/kexec-boot.nix

@ -40,7 +40,7 @@
}
{
name = "bzImage";
path = "${config.system.build.kernel}/bzImage";
path = "${config.system.build.kernel}/${config.system.boot.loader.kernelFile}";
}
{
name = "kexec-boot";

Loading…
Cancel
Save