mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 16:37:01 +02:00
feat(eclass/cros-kernel2.eclass) provide stable symlink for cros-bootkernel
This commit is contained in:
parent
02554d0e5b
commit
634b611bb2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user