From a90d068eaa04a1345d7396b9a72726200573edba Mon Sep 17 00:00:00 2001 From: srs5694 Date: Fri, 10 May 2013 20:53:31 -0400 Subject: [PATCH] Small changes. --- NEWS.txt | 3 +++ gptsync/Make.tiano | 2 +- refind/global.h | 2 +- refind/main.c | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 63dbd54..5c34faa 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,9 @@ 0.6.10 (?/??/2013): ------------------- +- Added "EFI\opensuse" to the locations searched for MOK utilities, since + OpenSUSE now uses that name. + - Renamed "Reboot to Firmware User Interface" to "Reboot to Computer Setup Utility" in menu. diff --git a/gptsync/Make.tiano b/gptsync/Make.tiano index 68a43ec..b6c46f2 100644 --- a/gptsync/Make.tiano +++ b/gptsync/Make.tiano @@ -68,7 +68,7 @@ BUILDME = gptsync_$(FILENAME_CODE).efi OPTIMFLAGS = -fno-strict-aliasing -mno-red-zone -Wno-address -Os DEBUGFLAGS = -Wall -Wno-missing-braces -Wno-array-bounds -ffunction-sections -fdata-sections -CFLAGS = $(OPTIMFLAGS) -g -fshort-wchar -fno-stack-protector $(DEBUGFLAGS) -c -DHOST_EFI_EDK2 -D__MAKEWITH_TIANO -std=gnu89 +CFLAGS = $(OPTIMFLAGS) -g -fshort-wchar -fno-stack-protector $(DEBUGFLAGS) -c -DHOST_EFI_EDK2 -D__MAKEWITH_TIANO #CFLAGS = $(OPTIMFLAGS) -g -fshort-wchar -fno-stack-protector $(DEBUGFLAGS) -c -include AutoGen.h -DHOST_EFI_EDK2 prefix = /usr/bin/ diff --git a/refind/global.h b/refind/global.h index cfc5053..1962ab9 100644 --- a/refind/global.h +++ b/refind/global.h @@ -125,7 +125,7 @@ #define MOK_NAMES L"MokManager.efi,HashTool.efi,HashTool-signed.efi" // Directories to search for these MOK-managing programs. Note that SelfDir is // searched in addition to these locations.... -#define MOK_LOCATIONS L"\\,EFI\\tools,EFI\\fedora,EFI\\redhat,EFI\\ubuntu,EFI\\suse,EFI\\altlinux" +#define MOK_LOCATIONS L"\\,EFI\\tools,EFI\\fedora,EFI\\redhat,EFI\\ubuntu,EFI\\suse,EFI\\opensuse,EFI\\altlinux" // // global definitions diff --git a/refind/main.c b/refind/main.c index 8144b2d..cd0fb24 100644 --- a/refind/main.c +++ b/refind/main.c @@ -144,7 +144,7 @@ static VOID AboutrEFInd(VOID) if (AboutMenu.EntryCount == 0) { AboutMenu.TitleImage = BuiltinIcon(BUILTIN_ICON_FUNC_ABOUT); - AddMenuInfoLine(&AboutMenu, L"rEFInd Version 0.6.10.1"); + AddMenuInfoLine(&AboutMenu, L"rEFInd Version 0.6.10.2"); AddMenuInfoLine(&AboutMenu, L""); AddMenuInfoLine(&AboutMenu, L"Copyright (c) 2006-2010 Christoph Pfisterer"); AddMenuInfoLine(&AboutMenu, L"Copyright (c) 2012-2013 Roderick W. Smith"); -- 2.39.2