aboutsummaryrefslogtreecommitdiffstats
path: root/main/grub/0003-Use-grub-file-to-figure-out-whether-multiboot2-shoul.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/grub: upgrade to 2.04Natanael Copa2020-01-151-40/+0
|
* main/grub: fix booting Xen under EFIWilliam Johansson2020-01-141-0/+40
Need to use multiboot2 while booting Xen under EFI, and not multiboot as is used when generating grub.cfg with grub-mkconfig. Backport commits included in upstream Grub 2.04. Diskless setups are not affected, as grub.cfg is generated manually by the mkimage scipts.