Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archiso
Commits
170ff713
Commit
170ff713
authored
Apr 26, 2019
by
Christian Hesse
😜
Committed by
Gerardo Exequiel Pozzi
Apr 26, 2019
Browse files
update download url for Shell.efi
Signed-off-by:
Christian Hesse
<
mail@eworm.de
>
parent
05f11168
Changes
1
Hide whitespace changes
Inline
Side-by-side
configs/releng/build.sh
View file @
170ff713
...
@@ -168,7 +168,7 @@ make_efi() {
...
@@ -168,7 +168,7 @@ make_efi() {
${
script_path
}
/efiboot/loader/entries/archiso-x86_64-usb.conf
>
${
work_dir
}
/iso/loader/entries/archiso-x86_64.conf
${
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+
# 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+
# 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
curl
-o
${
work_dir
}
/iso/EFI/shellx64_v1.efi https://raw.githubusercontent.com/tianocore/edk2/UDK2018/EdkShellBinPkg/FullShell/X64/Shell_Full.efi
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment