nixos/kexec-boot: auto-detect the right kernel name to support aarch64
This commit is contained in:
parent
78a6caa5f8
commit
e097044b92
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue