summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-04 09:24:10 +0100
committerErich Eckner <git@eckner.net>2019-01-04 09:24:10 +0100
commit677a3b0de0320b3dd1f67f2ca43623864f194990 (patch)
tree8221be6ce2a309aeef347ad512ae902a93fffe35
parentc4525c58caed448463cd8e8452ecde9c8d14c3a9 (diff)
parentd320406c9319654c7e0c78ebf2045d662871e430 (diff)
downloadarchiso32-677a3b0de0320b3dd1f67f2ca43623864f194990.tar.xz
Merge remote-tracking branch 'upstream/master'i686-v40
-rwxr-xr-xconfigs/releng/build.sh2
1 files changed, 1 insertions, 1 deletions
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