Hi,
Josh Triplett wrote:
> > Do you know if the approach you use for hybrid images could also work
> > (with adaptation) for the existing hybrid images bootable via USB or CD
> > .iso? I'd love to create combination images which can work via all the
> > methods you mention and also work as a CD .
Hi,
I made a small change to grub-mkconfig.in script to add
GRUB_PREFIX option as an argument so that a single grub-mkconfig can
be used to generate grub.cfg for both /boot/grub (with bios video
modules being loaded) and /boot/efi/efi/grub (uefi video modules
loaded in the config). Please revi