diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-03 14:23:02 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-03 14:23:02 +0000 |
commit | ec0506f7c9fc0eaf36276aeede02dba0f3c1910d (patch) | |
tree | 1116295b9c9e041ca6f7de0c574168b6eec358d7 /user/grub/grub2-accept-empty-module.patch | |
parent | ec183e77419e32daf7660202b9734ba165fb86d6 (diff) | |
download | packages-ec0506f7c9fc0eaf36276aeede02dba0f3c1910d.tar.gz packages-ec0506f7c9fc0eaf36276aeede02dba0f3c1910d.tar.bz2 packages-ec0506f7c9fc0eaf36276aeede02dba0f3c1910d.tar.xz packages-ec0506f7c9fc0eaf36276aeede02dba0f3c1910d.zip |
user/grub: bump to 2.0.4
Diffstat (limited to 'user/grub/grub2-accept-empty-module.patch')
-rw-r--r-- | user/grub/grub2-accept-empty-module.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/user/grub/grub2-accept-empty-module.patch b/user/grub/grub2-accept-empty-module.patch index 16655b1a8..f4f62d433 100644 --- a/user/grub/grub2-accept-empty-module.patch +++ b/user/grub/grub2-accept-empty-module.patch @@ -10,13 +10,13 @@ also no relocations that's no problem (and that is checked independendly). --- grub-2.02~beta3/util/grub-module-verifierXX.c.mm 2016-02-11 10:57:41.000000000 +0000 +++ grub-2.02~beta3/util/grub-module-verifierXX.c 2016-08-31 15:26:36.000000000 +0000 -@@ -224,7 +224,8 @@ check_symbols (const struct grub_module_ - Elf_Shdr *s = find_section (arch, e, ".moddeps"); +@@ -225,7 +225,8 @@ check_symbols (const struct grub_module_ + s = find_section (arch, e, ".moddeps"); if (!s) -- grub_util_error ("no symbol table and no .moddeps section"); -+ /*grub_util_error ("no symbol table and no .moddeps section");*/ +- grub_util_error ("%s: no symbol table and no .moddeps section", modname); ++ /*grub_util_error ("%s: no symbol table and no .moddeps section", modname);*/ + return; /* An empty module happens for all_video.module for Xen */ if (!s->sh_size) - grub_util_error ("no symbol table and empty .moddeps section"); + grub_util_error ("%s: no symbol table and empty .moddeps section", modname); |