mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-03 18:47:03 +00:00
packaging: Fix kernel confidential name
It should be "kernel-confidential" instead of "kernel". Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
31b21093b0
commit
228bc48c73
@ -402,7 +402,7 @@ install_kernel_confidential() {
|
||||
|
||||
install_kernel_helper \
|
||||
"assets.kernel.confidential.version" \
|
||||
"kernel" \
|
||||
"kernel-confidential" \
|
||||
"-x confidential -u ${kernel_url}"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user