[arch-releng] [PATCH 1/1] [configs/releng] update download url for Shell_Full.efi
From: Christian Hesse <mail@eworm.de> https://bugzilla.tianocore.org/show_bug.cgi?id=1108 Signed-off-by: Christian Hesse <mail@eworm.de> --- configs/releng/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 7eb2d1e..4b56542 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -170,7 +170,7 @@ make_efi() { # EFI Shell 2.0 for UEFI 2.3+ curl -o ${work_dir}/iso/EFI/shellx64_v2.efi https://raw.githubusercontent.com/tianocore/edk2/master/ShellBinPkg/UefiShel... # EFI Shell 1.0 for non UEFI 2.3+ - curl -o ${work_dir}/iso/EFI/shellx64_v1.efi https://raw.githubusercontent.com/tianocore/edk2/master/EdkShellBinPkg/FullS... + curl -o ${work_dir}/iso/EFI/shellx64_v1.efi https://raw.githubusercontent.com/tianocore/edk2/UDK2018/EdkShellBinPkg/Full... } # Prepare efiboot.img::/EFI for "El Torito" EFI boot mode
participants (1)
-
Christian Hesse