We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2c7fa2 + 55ee319 commit c66c395Copy full SHA for c66c395
1 file changed
lib/common.sh
@@ -1075,9 +1075,8 @@ function get_kernel_version_for_platform_from_apt() {
1075
# available, it is not always the case.
1076
#
1077
1078
- if [[ "$platform" == generic ]] &&
1079
- [[ "$UBUNTU_DISTRIBUTION" == bionic ]]; then
1080
- package=linux-image-generic-hwe-18.04
+ if [[ "$platform" != generic ]] && [[ "$UBUNTU_DISTRIBUTION" == focal ]]; then
+ package="linux-image-${platform}-lts-20.04"
1081
else
1082
package="linux-image-${platform}"
1083
fi
0 commit comments