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 <javierm@redhat.com>
This commit is contained in:
Javier Martinez Canillas 2021-06-29 15:31:16 +02:00
parent a02c397786
commit fc19d7847d
No known key found for this signature in database
GPG key ID: C751E590D63F3D69

View file

@ -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
}