X-Git-Url: https://code.delx.au/refind/blobdiff_plain/abc9e3f475669d8e7615ed6dbc1e901cb21384a8..c8883302f06e69a8b961280b73e29b4b09cacb9d:/refind/global.h diff --git a/refind/global.h b/refind/global.h index 584b108..4824445 100644 --- a/refind/global.h +++ b/refind/global.h @@ -121,14 +121,17 @@ // Filesystem type identifiers. Not all are yet used.... #define FS_TYPE_UNKNOWN 0 -#define FS_TYPE_FAT 1 -#define FS_TYPE_EXT2 2 -#define FS_TYPE_EXT3 3 -#define FS_TYPE_EXT4 4 -#define FS_TYPE_HFSPLUS 5 -#define FS_TYPE_REISERFS 6 -#define FS_TYPE_BTRFS 7 -#define FS_TYPE_ISO9660 8 +#define FS_TYPE_WHOLEDISK 1 +#define FS_TYPE_FAT 2 +#define FS_TYPE_EXFAT 3 +#define FS_TYPE_NTFS 4 +#define FS_TYPE_EXT2 5 +#define FS_TYPE_EXT3 6 +#define FS_TYPE_EXT4 7 +#define FS_TYPE_HFSPLUS 8 +#define FS_TYPE_REISERFS 9 +#define FS_TYPE_BTRFS 10 +#define FS_TYPE_ISO9660 11 // How to scale banner images #define BANNER_NOSCALE 0 @@ -144,7 +147,7 @@ #define ICON_SIZE_BIG 2 // Names of binaries that can manage MOKs.... -#define MOK_NAMES L"MokManager.efi,HashTool.efi,HashTool-signed.efi" +#define MOK_NAMES L"MokManager.efi,HashTool.efi,HashTool-signed.efi,KeyTool.efi,KeyTool-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\\opensuse,EFI\\altlinux"