[grub] update embedded GRUB to 2.06

* Also enable NTFS and ext# as GRUB2 compatible file systems.
This commit is contained in:
Pete Batard 2021-07-27 18:10:29 +01:00
parent 6ed7524c1b
commit 8ceb0045fa
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
8 changed files with 26 additions and 20 deletions

View file

@ -2,4 +2,4 @@
* This file contains the version string of the GRUB 2.x binary embedded in Rufus.
* Should be the same as GRUB's PACKAGE_VERSION in config.h.
*/
#define GRUB2_PACKAGE_VERSION "2.04"
#define GRUB2_PACKAGE_VERSION "2.06"