summaryrefslogtreecommitdiff
path: root/bin
diff options
authorJeremy Szu <jeremy.szu@canonical.com>2022-10-28 08:22:38 +0200
committerJeremy Szu <jeremy.szu@canonical.com>2022-10-28 08:22:38 +0200
commit01f8674ca3a716e1eaa485011f88edb95179a499 (patch)
tree11a016a2206b83066115967d77059c7a6f448f83 /bin
parent4a5fff9985c06aa705d0827e148fd429b5478e91 (diff)
Add 5.15-hwe kernel for grub-boothole
To fix (LP: #1995036) (backport 2f339a17aeefc030d0ea276e0801fbd269af3eb8 from p-p-ps)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/check_grub_boothole.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/check_grub_boothole.sh b/bin/check_grub_boothole.sh
index 8260459..9ad2746 100755
--- a/bin/check_grub_boothole.sh
+++ b/bin/check_grub_boothole.sh
@@ -36,6 +36,9 @@ case "$(lsb_release -cs)" in
(5.14.0-*-oem)
TARGET_KERNEL=5.14.0-1004-oem
;;
+ (5.15.0-*-generic)
+ TARGET_KERNEL=5.15.0-46-generic
+ ;;
(*)
echo "Linux kernel '$(uname -r)' is not in the check list yet. Please report the bug."
exit 1