From b5ca1526c91719f6d84e8a6a338837b9f0857ad2 Mon Sep 17 00:00:00 2001 From: Prakash Surya Date: Fri, 3 Mar 2023 15:02:32 -0800 Subject: [PATCH] DLPX-85175 upgrade kernel to better leverage bpftrace and BTF PR URL: https://www.github.com/delphix/linux-pkg/pull/293 --- lib/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/common.sh b/lib/common.sh index a92c1ec..91f2931 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -1069,9 +1069,9 @@ function get_kernel_version_for_platform_from_apt() { # if [[ "$platform" != generic ]] && [[ "$UBUNTU_DISTRIBUTION" == focal ]]; then - package="linux-image-${platform}-lts-20.04" - else package="linux-image-${platform}" + else + package="linux-image-${platform}-hwe-20.04" fi if [[ "$(apt-cache show --no-all-versions "$package" \