From c060639baeece0b20950367699b458c4e077a7e6 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 12 Dec 2018 14:25:06 +0100 Subject: update download url for Shell_Full.efi https://bugzilla.tianocore.org/show_bug.cgi?id=1108 Signed-off-by: Christian Hesse --- 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/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 -- cgit v1.2.3-54-g00ecf From d320406c9319654c7e0c78ebf2045d662871e430 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Mon, 24 Dec 2018 00:30:05 -0300 Subject: prepare release Signed-off-by: Gerardo Exequiel Pozzi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c28b6d2..eadb773 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -V=39 +V=40 INSTALL_FILES=$(wildcard archiso/initcpio/install/*) HOOKS_FILES=$(wildcard archiso/initcpio/hooks/*) -- cgit v1.2.3-54-g00ecf