mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 19:54:35 +00:00
kernel: Update kernel config name
Fixes: #7294 When installing the kernel config adjust the name like the vmlinuz and vmlinux files so that any added suffixes are also reflected in the kernel config name. Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
parent
eed3c7c046
commit
2c8dfde168
@ -526,7 +526,7 @@ install_kata() {
|
||||
install --mode 0644 -D "vmlinux" "${install_path}/${vmlinux}"
|
||||
fi
|
||||
|
||||
install --mode 0644 -D ./.config "${install_path}/config-${kernel_version}"
|
||||
install --mode 0644 -D ./.config "${install_path}/config-${kernel_version}-${config_version}${suffix}"
|
||||
|
||||
ln -sf "${vmlinuz}" "${install_path}/vmlinuz${suffix}.container"
|
||||
ln -sf "${vmlinux}" "${install_path}/vmlinux${suffix}.container"
|
||||
|
@ -1 +1 @@
|
||||
109
|
||||
110
|
||||
|
Loading…
Reference in New Issue
Block a user