We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4a9c6 commit bcdf69cCopy full SHA for bcdf69c
default-package-config.sh
@@ -247,7 +247,7 @@ function kernel_update_upstream() {
247
local tag_prefix_flavour
248
case "${platform}" in
249
generic)
250
- if [[ "$UBUNTU_DISTRIBUTION" == bionic ]]; then
+ if [[ "$UBUNTU_DISTRIBUTION" == focal ]]; then
251
tag_prefix_flavour="Ubuntu-hwe"
252
else
253
tag_prefix_flavour="Ubuntu"
0 commit comments