mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-30 14:35:21 -04:00
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:
parent
99046919a5
commit
fc5d64618a
6 changed files with 20 additions and 20 deletions
|
@ -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/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue