diff --git a/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel2.eclass b/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel2.eclass index 117a018a72..e2f164d2cf 100644 --- a/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel2.eclass +++ b/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel2.eclass @@ -464,6 +464,8 @@ cros-kernel2_src_install() { if [ ! -e "${D}/boot/vmlinuz" ]; then if [ "$(get_boot_kernel)" = "false" ]; then ln -sf "vmlinuz-${version}" "${D}/boot/vmlinuz" || die + else + ln -sf "vmlinuz-${version}" "${D}/boot/vmlinuz-boot_kernel" || die fi fi