update UEFI:NTFS to latest

* This introduces ARM boot support
* Also set rufus-next to 2.9 and add ARM64 UEFI detection
This commit is contained in:
Pete Batard 2016-04-24 14:19:19 +02:00
parent 99046919a5
commit fc5d64618a
6 changed files with 20 additions and 20 deletions

View file

@ -72,7 +72,7 @@ static const char* grldr_name = "grldr";
static const char* ldlinux_name = "ldlinux.sys";
static const char* ldlinux_c32 = "ldlinux.c32";
static const char* efi_dirname = "/efi/boot";
static const char* efi_bootname[] = { "bootia32.efi", "bootx64.efi", "bootia64.efi", "bootarm.efi" };
static const char* efi_bootname[] = { "bootia32.efi", "bootia64.efi", "bootx64.efi", "bootarm.efi", "bootaa64.efi" };
static const char* install_wim_path = "/sources";
static const char* install_wim_name[] = { "install.wim", "install.swm" };
static const char* grub_dirname = "/boot/grub"; // NB: We don't support nonstandard config dir such as AROS' "/boot/pc/grub/"