[core] fix 2.x → 3.x regression that removed NTFS for Grub4DOS

* Also update file hash DB
This commit is contained in:
Pete Batard 2019-04-18 12:53:12 +01:00
parent 0a3600f9ff
commit d93ae1e598
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
3 changed files with 10 additions and 8 deletions

View file

@ -172,11 +172,11 @@ static void SetAllowedFileSystems(void)
}
break;
case BT_SYSLINUX_V6:
case BT_GRUB4DOS:
allowed_filesystem[FS_NTFS] = TRUE;
// Fall through
case BT_SYSLINUX_V4:
case BT_REACTOS:
case BT_GRUB4DOS:
case BT_GRUB2:
allowed_filesystem[FS_FAT16] = TRUE;
allowed_filesystem[FS_FAT32] = TRUE;