From fc19d7847d35b0d096449f337eac361d811c21c2 Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Tue, 29 Jun 2021 15:31:16 +0200 Subject: [PATCH] 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 --- 20-grub.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }