Accepting request 348163 from home:arvidjaar:branches:Base:System
- Update grub2-efi-xen-chainload.patch - fix copying of Linux kernel and initrd to ESP (boo#958193) OBS-URL: https://build.opensuse.org/request/show/348163 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=192
This commit is contained in:
parent
763229aac0
commit
6af81371e5
@ -114,7 +114,7 @@ Index: grub-2.02~beta2/util/grub.d/20_linux_xen.in
|
|||||||
+ chainloader \$cmdpath/${xen_basename} ${xen_basename} $section
|
+ chainloader \$cmdpath/${xen_basename} ${xen_basename} $section
|
||||||
+ }
|
+ }
|
||||||
+ EOF
|
+ EOF
|
||||||
+ for f in ${grub_dir}/$xen_cfg ${xen_dir}/${xen_basename} ${rel_dirname}/${basename} ${rel_dirname}/${initrd}; do
|
+ for f in ${grub_dir}/$xen_cfg ${xen_dir}/${xen_basename} ${dirname}/${basename} ${dirname}/${initrd}; do
|
||||||
+ cp --preserve=timestamps $f $efi_dir
|
+ cp --preserve=timestamps $f $efi_dir
|
||||||
+ echo $(basename $f) >> $efi_dir/grub.xen-files
|
+ echo $(basename $f) >> $efi_dir/grub.xen-files
|
||||||
+ done
|
+ done
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 9 18:13:27 UTC 2015 - arvidjaar@gmail.com
|
||||||
|
|
||||||
|
- Update grub2-efi-xen-chainload.patch - fix copying of Linux kernel
|
||||||
|
and initrd to ESP (boo#958193)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 7 08:03:41 UTC 2015 - olaf@aepfle.de
|
Mon Dec 7 08:03:41 UTC 2015 - olaf@aepfle.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user