aboutsummaryrefslogtreecommitdiffstats
path: root/main/grub/0002-Fix-util-grub.d-20_linux_xen.in-Add-xen_boot-command.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/grub: upgrade to 2.04Natanael Copa2020-01-151-82/+0
|
* main/grub: fix booting Xen under EFIWilliam Johansson2020-01-141-0/+82
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.