[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2] Fix ARM multiboot2 breaking Fedora.
From: |
Konrad Rzeszutek Wilk |
Subject: |
[PATCH v2] Fix ARM multiboot2 breaking Fedora. |
Date: |
Tue, 29 Aug 2017 16:40:51 -0400 |
Since v1 [http://lists.gnu.org/archive/html/grub-devel/2017-08/msg00073.html]
- Fixed up patch with failing invocation,
- Redid patch #2 per Daniel's instructions.
Hey,
The first patch:
[PATCH 1/2] Fix util/grub.d/20_linux_xen.in: Add xen_boot command
is a fix discovered on Fedora rawhide where I was surprised to see that
grub2-mkconfig would not create a configuration file anymore.
The second patch has been posted in the past
(https://lists.xen.org/archives/html/xen-devel/2017-03/txtCeHTNmz1hZ.txt)
[PATCH 2/2] Use grub-file to figure out whether multiboot2 should be
and just allows us to multiboot2 instead of multiboot if the binary
supports it.
util/grub.d/20_linux_xen.in | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
Konrad Rzeszutek Wilk (2):
Fix util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64
Use grub-file to figure out whether multiboot2 should be used for Xen.gz
- [PATCH v2] Fix ARM multiboot2 breaking Fedora.,
Konrad Rzeszutek Wilk <=