]> code.delx.au - refind/blobdiff - refind/config.h
Don't unload drivers immediately after loading them. (Fix required for
[refind] / refind / config.h
index 45d1924e4a21bccc31f2c71193d59a058dea7f9a..8b75288a8a7149d35a6cab6ce87b2147248404ee 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
@@ -81,7 +81,7 @@ 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,shim-fedora.efi,PreLoader.efi,TextMode.efi,ebounce.efi,GraphicsConsole.efi,bootmgr.efi"
+#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"Recovery HD,LRS_ESP"
 #define ALSO_SCAN_DIRS L"boot"