diff options
author | Erich Eckner <git@eckner.net> | 2019-05-15 11:43:43 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-05-15 11:43:43 +0200 |
commit | d05f29e8a3f33ae2db7eafae78e77ff35eedf97e (patch) | |
tree | 0626a5a997f99550ee5732bee9c3d0a5da7a7a37 /configs/releng | |
parent | f6a8876f7a1e7dab9aa951253ecc156611ff36f6 (diff) | |
parent | 170ff713c31ae732944e46d0621cb01ea384135f (diff) | |
download | archiso32-d05f29e8a3f33ae2db7eafae78e77ff35eedf97e.tar.xz |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'configs/releng')
-rwxr-xr-x | configs/releng/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 85f2dea..235b9c9 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -175,7 +175,7 @@ make_efi() { ${script_path}/efiboot/loader/entries/archiso-x86_64-usb.conf > ${work_dir}/iso/loader/entries/archiso-x86_64.conf # 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/UefiShell/X64/Shell.efi + curl -o ${work_dir}/iso/EFI/shellx64_v2.efi https://raw.githubusercontent.com/tianocore/edk2/UDK2018/ShellBinPkg/UefiShell/X64/Shell.efi # EFI Shell 1.0 for non UEFI 2.3+ curl -o ${work_dir}/iso/EFI/shellx64_v1.efi https://raw.githubusercontent.com/tianocore/edk2/UDK2018/EdkShellBinPkg/FullShell/X64/Shell_Full.efi } |