From 01f8674ca3a716e1eaa485011f88edb95179a499 Mon Sep 17 00:00:00 2001 From: Jeremy Szu Date: Fri, 28 Oct 2022 08:22:38 +0200 Subject: Add 5.15-hwe kernel for grub-boothole To fix (LP: #1995036) (backport 2f339a17aeefc030d0ea276e0801fbd269af3eb8 from p-p-ps) --- bin/check_grub_boothole.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') 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 -- cgit v1.2.3