woops
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
cefdf750ef
commit
c87b938e5d
@ -42,43 +42,6 @@ Signed-off-by: Peter Jones <pjones@redhat.com>
|
||||
include/grub/arm/linux.h | 2 +-
|
||||
3 files changed, 9 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/grub-core/kern/dl.c b/grub-core/kern/dl.c
|
||||
index 91105bc4677..3625bd656aa 100644
|
||||
--- a/grub-core/kern/dl.c
|
||||
+++ b/grub-core/kern/dl.c
|
||||
@@ -701,6 +701,7 @@ grub_dl_load_core_noinit (void *addr, grub_size_t size)
|
||||
Elf_Ehdr *e;
|
||||
grub_dl_t mod;
|
||||
|
||||
+ grub_env_set ("debug", "linux,modules,gdb,secureboot");
|
||||
grub_dprintf ("modules", "module at %p, size 0x%lx\n", addr,
|
||||
(unsigned long) size);
|
||||
e = addr;
|
||||
@@ -768,6 +769,7 @@ grub_dl_load_core (void *addr, grub_size_t size)
|
||||
{
|
||||
grub_dl_t mod;
|
||||
|
||||
+ grub_env_set ("debug", "linux,modules,gdb,secureboot");
|
||||
grub_boot_time ("Parsing module");
|
||||
|
||||
mod = grub_dl_load_core_noinit (addr, size);
|
||||
@@ -791,6 +793,7 @@ grub_dl_load_file (const char *filename)
|
||||
void *core = 0;
|
||||
grub_dl_t mod = 0;
|
||||
|
||||
+ grub_env_set ("debug", "linux,modules,gdb,secureboot");
|
||||
#ifdef GRUB_MACHINE_EFI
|
||||
if (grub_efi_secure_boot ())
|
||||
{
|
||||
@@ -850,6 +853,8 @@ grub_dl_load (const char *name)
|
||||
grub_dl_t mod;
|
||||
const char *grub_dl_dir = grub_env_get ("prefix");
|
||||
|
||||
+ grub_env_set ("debug", "linux,modules,gdb,secureboot");
|
||||
+
|
||||
mod = grub_dl_get (name);
|
||||
if (mod)
|
||||
return mod;
|
||||
diff --git a/grub-core/loader/efi/linux.c b/grub-core/loader/efi/linux.c
|
||||
index 0622dfa48d4..b56ea0bc041 100644
|
||||
--- a/grub-core/loader/efi/linux.c
|
||||
|
@ -7,7 +7,7 @@
|
||||
Name: grub2
|
||||
Epoch: 1
|
||||
Version: 2.02
|
||||
Release: 50%{?dist}
|
||||
Release: 51%{?dist}
|
||||
Summary: Bootloader with support for Linux, Multiboot and more
|
||||
Group: System Environment/Base
|
||||
License: GPLv3+
|
||||
@ -498,6 +498,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Aug 19 2018 Peter Jones <pjones@redhat.com> - 2.02-51
|
||||
- Make it quieter.
|
||||
|
||||
* Thu Aug 16 2018 Peter Jones <pjones@redhat.com> - 2.02-50
|
||||
- Fix arm32 off-by-one error on reading the PE header.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user