index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-01-04 09:24:10 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-01-04 09:24:10 +0100 |
commit | 677a3b0de0320b3dd1f67f2ca43623864f194990 (patch) | |
tree | 8221be6ce2a309aeef347ad512ae902a93fffe35 | |
parent | c4525c58caed448463cd8e8452ecde9c8d14c3a9 (diff) | |
parent | d320406c9319654c7e0c78ebf2045d662871e430 (diff) |
-rwxr-xr-x | configs/releng/build.sh | 2 |
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 01271c8..85f2dea 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -177,7 +177,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/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/master/EdkShellBinPkg/FullShell/X64/Shell_Full.efi + curl -o ${work_dir}/iso/EFI/shellx64_v1.efi https://raw.githubusercontent.com/tianocore/edk2/UDK2018/EdkShellBinPkg/FullShell/X64/Shell_Full.efi } # Prepare efiboot.img::/EFI for "El Torito" EFI boot mode |