The grub2-pc package doesn't seem to do anything except provide a broken link in /etc to grub2.cfg...
ll /etc/grub2.cfg
lrwxrwxrwx. 1 root root 22 May 20 12:19 /etc/grub2.cfg -> ../boot/grub2/grub.cfg
lrwxrwxrwx. 1 root root 22 May 20 12:19 /etc/grub2.cfg -> ../boot/grub2/grub.cfg
The /boot/grub2/grub.cfg must be a %ghost entry in the rpm as the file doesn't actually exist:
# rpm -ql grub2-pc
/boot/grub2/grub.cfg
/boot/loader/entries
/etc/grub2.cfg
/boot/grub2/grub.cfg
/boot/loader/entries
/etc/grub2.cfg
The description from the info about the package is also useless:
The GRand Unified Bootloader (GRUB) is a highly configurable and
customizable bootloader with modular architecture. It supports a rich
variety of kernel formats, file systems, computer architectures and
hardware devices.
This subpackage provides support for %{1} systems.
customizable bootloader with modular architecture. It supports a rich
variety of kernel formats, file systems, computer architectures and
hardware devices.
This subpackage provides support for %{1} systems.
---
It only has the standard description and a line with a variable that's no longer getting expanded.
I removed it from my system and I'm about to reboot :)
Thanks,
Richard
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx