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:
parent
a02c397786
commit
fc19d7847d
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user