shim/0001-Fix-grub-path.patch

27 lines
623 B
Diff
Raw Normal View History

2013-05-30 12:40:17 +00:00
From 8f20d5f78a67675ac8920e0ba67581563b921465 Mon Sep 17 00:00:00 2001
From: Peter Jones <pjones@redhat.com>
Date: Tue, 14 May 2013 13:12:43 -0400
2012-11-27 01:01:27 +00:00
Subject: [PATCH] Fix grub path
2013-05-30 12:40:17 +00:00
Signed-off-by: Peter Jones <shim-owner@fedoraproject.org>
2012-11-27 01:01:27 +00:00
---
shim.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shim.c b/shim.c
2013-05-30 12:40:17 +00:00
index f2b8f1d..d28e0cd 100644
2012-11-27 01:01:27 +00:00
--- a/shim.c
+++ b/shim.c
2013-05-30 12:40:17 +00:00
@@ -43,7 +43,7 @@
2012-11-27 01:01:27 +00:00
#include "shim_cert.h"
2013-05-30 12:40:17 +00:00
#include "ucs2.h"
2012-11-27 01:01:27 +00:00
2013-05-30 12:40:17 +00:00
-#define DEFAULT_LOADER L"\\grub.efi"
+#define DEFAULT_LOADER L"\\grubx64.efi"
#define FALLBACK L"\\fallback.efi"
2012-11-27 01:01:27 +00:00
#define MOK_MANAGER L"\\MokManager.efi"
--
2013-05-30 12:40:17 +00:00
1.8.2.1
2012-11-27 01:01:27 +00:00