]> code.delx.au - refind/blobdiff - refind/global.h
Fixed bug that caused crash when an empty refind_linux.conf file was
[refind] / refind / global.h
index 506c8a645b303d2ebb54270c386d74bb92de5963..b0f10eda236e0d5cb31c6568aef46a78e5a96d48 100644 (file)
 #define FS_TYPE_HFSPLUS        8
 #define FS_TYPE_REISERFS       9
 #define FS_TYPE_BTRFS          10
-#define FS_TYPE_ISO9660        11
+#define FS_TYPE_XFS            11
+#define FS_TYPE_ISO9660        12
 
 // How to scale banner images
 #define BANNER_NOSCALE         0
 #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"