diff --git a/pkgs/os-specific/linux/kernel/builder.sh b/pkgs/os-specific/linux/kernel/builder.sh index e30280dc6cee..3223ad41863b 100644 --- a/pkgs/os-specific/linux/kernel/builder.sh +++ b/pkgs/os-specific/linux/kernel/builder.sh @@ -35,7 +35,7 @@ installPhase() { # Copy the bzImage and System.map. cp System.map $out - cp arch/$arch/bzImage $out/vmlinuz + cp arch/$arch/boot/bzImage $out/vmlinuz # Install the modules in $out/lib/modules with matching paths # in modules.dep (i.e., refererring to $out/lib/modules, not