]> code.delx.au - refind/blobdiff - refind/config.h
Time support in default_selection; enables different default based on
[refind] / refind / config.h
index a91b52f5a759b1fedf1b9e159dd3e1fe5381fe39..3c92fdb4c36bcc08e84318e8e1125909e73ade7a 100644 (file)
@@ -35,7 +35,7 @@
  */
 
 /*
- * Modifications copyright (c) 2012 Roderick W. Smith
+ * Modifications copyright (c) 2012-2013 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
 //
@@ -79,7 +80,8 @@ typedef struct {
 #define HIDEUI_FLAG_ALL       ((0xffff))
 
 #define CONFIG_FILE_NAME         L"refind.conf"
-#define DONT_SCAN_FILES L"shim.efi,MokManager.efi,TextMode.efi,ebounce.efi,GraphicsConsole.efi"
+// 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"
 #define DONT_SCAN_VOLUMES L"Recovery HD"
 #define ALSO_SCAN_DIRS L"boot"