mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 06:22:43 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue