nixos/kexec-boot: auto-detect the right kernel name to support aarch64
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user