diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/check_grub_boothole.sh | 3 |
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 |