#96: Make default device and lookup path for grub.cfg configurable ----------------------------+----------------------------------------------- Reporter: oxygene | Owner: oxygene Type: enhancement | Status: closed Priority: minor | Milestone: Port GRUB2 to coreboot Component: grub2 | Version: v2 Resolution: wontfix | Keywords: Dependencies: | Patchstatus: there is no patch ----------------------------+----------------------------------------------- Changes (by oxygene):
* status: new => closed * resolution: => wontfix
Comment:
After discussion, it was agreed that using a redirecting (memdisk)/grub.cfg is more flexible than a configure-time option.
The fix is (in the simplest case) a grub.cfg with:
configfile (yourtargetdevice)/path/to/grub.cfg
and can be as complex as necessary (using the search command or anything else grub2 provides)