]> code.delx.au - refind/blobdiff - refind/config.h
Tweaks for OS X 10.10 (Yosemite) and new support to enable and lock
[refind] / refind / config.h
index fd26572ef4dedd0c52f79692625ef4506c91b4bb..6e903f35be23e3fd8d5ad3a2097e5802959228b8 100644 (file)
@@ -35,7 +35,7 @@
  */
 
 /*
- * Modifications copyright (c) 2012-2013 Roderick W. Smith
+ * Modifications copyright (c) 2012-2014 Roderick W. Smith
  * 
  * Modifications distributed under the terms of the GNU General Public
  * License (GPL) version 3 (GPLv3), a copy of which must be distributed
@@ -53,6 +53,7 @@
 #endif
 #include "global.h"
 
+
 //
 // config module
 //
@@ -80,8 +81,8 @@ typedef struct {
 
 #define CONFIG_FILE_NAME         L"refind.conf"
 // Note: Below is combined with MOK_NAMES to make default
-#define DONT_SCAN_FILES L"shim.efi,TextMode.efi,ebounce.efi,GraphicsConsole.efi"
-#define DONT_SCAN_VOLUMES L"Recovery HD"
+#define DONT_SCAN_FILES L"shim.efi,shim-fedora.efi,shimx64.efi,PreLoader.efi,TextMode.efi,ebounce.efi,GraphicsConsole.efi,bootmgr.efi"
+#define DONT_SCAN_VOLUMES L"LRS_ESP"
 #define ALSO_SCAN_DIRS L"boot"
 
 EFI_STATUS ReadFile(IN EFI_FILE_HANDLE BaseDir, CHAR16 *FileName, REFIT_FILE *File, UINTN *size);