mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-25 12:14:33 -04:00
[core] fix 2.x → 3.x regression that removed NTFS for Grub4DOS
* Also update file hash DB
This commit is contained in:
parent
0a3600f9ff
commit
d93ae1e598
3 changed files with 10 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue