From fc19d7847d35b0d096449f337eac361d811c21c2 Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Jun 29 2021 13:31:16 +0000 Subject: 20-grub-install: Always use fedora as the boot entry --class This is only used by themes and these assume that boot entries for Fedora will be named "fedora". Currently we are using "kernel" that's not useful. Resolves: rhbz#1957014 Signed-off-by: Javier Martinez Canillas --- diff --git a/20-grub.install b/20-grub.install index ccc85fb..436360d 100755 --- a/20-grub.install +++ b/20-grub.install @@ -46,7 +46,7 @@ initrd /initramfs-${kernelver}.img options ${kernelopts} grub_users \$grub_users grub_arg --unrestricted -grub_class kernel${flavor} +grub_class ${ID} EOF }