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

This commit is contained in:
lassulus
2022-04-18 20:34:18 +02:00
parent 78a6caa5f8
commit e097044b92
+1 -1
View File
@@ -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";