X-Git-Url: https://code.delx.au/refind/blobdiff_plain/83d9696df1452690a2a7cb2c17208feaee3e411f..2cc79ea9b33424d5fc32f15683adf7c956656b9b:/refind/config.h diff --git a/refind/config.h b/refind/config.h index a91b52f..6e903f3 100644 --- a/refind/config.h +++ b/refind/config.h @@ -35,7 +35,7 @@ */ /* - * Modifications copyright (c) 2012 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 // @@ -79,8 +80,9 @@ 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" -#define DONT_SCAN_VOLUMES L"Recovery HD" +// Note: Below is combined with MOK_NAMES to make default +#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);