index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-05-15 11:50:24 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-05-15 11:50:24 +0200 |
commit | 9f4a669f4afa2b355cafbca587ed5c842d68faa0 (patch) | |
tree | 6a572f792d7e0079ae04cd4e7cb0e20d8dc2fced /configs/releng/build.sh | |
parent | 2d57ef1634d59d4137bf427369b55783cbc4625f (diff) | |
parent | 170ff713c31ae732944e46d0621cb01ea384135f (diff) |
-rwxr-xr-x | configs/releng/build.sh | 2 |
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index b011dec..d203fd0 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -181,7 +181,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 } |