Summary: | =sys-kernel/genkernel-next-29 should generate /boot/grub/grub.cfg with BOOTLOADER="grub2" (instead of /boot/grub2/grub.cfg) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Martin Wegner <gentoo-bugs> |
Component: | [OLD] Core system | Assignee: | Fabio Erculiani (RETIRED) <lxnay> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Martin Wegner
2013-10-09 16:10:03 UTC
genkernel does this: set_bootloader_grub2() { local GRUB_CONF for candidate in \ "${BOOTDIR}/grub2/grub.cfg" \ "${BOOTDIR}/grub/grub.cfg" \ ; do if [[ -e "${candidate}" ]]; then GRUB_CONF=${candidate} break fi done So, there is nothing to fix. |