mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-24 19:54:25 -04:00
[grub] update embedded GRUB to 2.06
* Also enable NTFS and ext# as GRUB2 compatible file systems.
This commit is contained in:
parent
6ed7524c1b
commit
8ceb0045fa
8 changed files with 26 additions and 20 deletions
|
@ -188,13 +188,17 @@ static void SetAllowedFileSystems(void)
|
|||
}
|
||||
}
|
||||
break;
|
||||
case BT_GRUB2:
|
||||
allowed_filesystem[FS_EXT2] = TRUE;
|
||||
allowed_filesystem[FS_EXT3] = TRUE;
|
||||
allowed_filesystem[FS_EXT4] = TRUE;
|
||||
// Fall through
|
||||
case BT_SYSLINUX_V6:
|
||||
case BT_GRUB4DOS:
|
||||
allowed_filesystem[FS_NTFS] = TRUE;
|
||||
// Fall through
|
||||
case BT_SYSLINUX_V4:
|
||||
case BT_REACTOS:
|
||||
case BT_GRUB2:
|
||||
allowed_filesystem[FS_FAT16] = TRUE;
|
||||
allowed_filesystem[FS_FAT32] = TRUE;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue