mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
fix(sys-kernel/coreos-kernel): use kernelrelease
kernelversion is not used for the binary file name. Use kernelrelease. This fixes an issue where the /boot/vmlinuz symlink wasn't pointing at the right file causing builds to fail.
This commit is contained in:
parent
1624a9d127
commit
23ca98dd2e
@ -208,7 +208,7 @@ defconfig_dir() {
|
||||
# Returns the current compiled kernel version.
|
||||
# Note: Only valid after src_configure has finished running.
|
||||
kernelversion() {
|
||||
kmake -s --no-print-directory kernelversion
|
||||
kmake -s --no-print-directory kernelrelease
|
||||
}
|
||||
|
||||
# @FUNCTION: install_kernel_sources
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user