Skip to content

Commit

Permalink
packaging: Fix kernel-confidential name
Browse files Browse the repository at this point in the history
We've been passing "kernel" instead of "kernel-confidential", which
would make the scripts used to build the kernel modules not work as
expected.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
Reported-by: Zvonko Kaiser <zkaiser@nvidia.com>
  • Loading branch information
fidencio committed Jan 31, 2024
1 parent d3a1bff commit 547e02a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ install_kernel_confidential() {

install_kernel_helper \
"assets.kernel.confidential.version" \
"kernel" \
"kernel-confidential" \
"-x confidential -u ${kernel_url}"
}

Expand Down

0 comments on commit 547e02a

Please sign in to comment.