summaryrefslogtreecommitdiff
path: root/configs/profile
diff options
context:
space:
mode:
authorEsteban Carnevale <alfplayer@mailoo.org>2013-09-02 20:03:36 -0300
committerEsteban Carnevale <alfplayer@mailoo.org>2013-09-02 20:03:36 -0300
commit1d87fea23aec5fafec6de0b3a33cb142d1305a12 (patch)
tree9aa6505f0473db3ccd96953175653831ea4a0a03 /configs/profile
parentb1929e650b38a874b6de6e7164bab6e82073cd4d (diff)
Get EFI binaries from the directory of parabolaiso-data instead of internet.
Diffstat (limited to 'configs/profile')
-rwxr-xr-xconfigs/profile/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/profile/build.sh b/configs/profile/build.sh
index d7f5324..5b07b7b 100755
--- a/configs/profile/build.sh
+++ b/configs/profile/build.sh
@@ -139,9 +139,9 @@ make_efi() {
${script_path}/efiboot/loader/entries/parabolaiso-x86_64-usb.conf > ${work_dir}/iso/loader/entries/parabolaiso-x86_64.conf
# EFI Shell 2.0 for UEFI 2.3+ ( http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=UEFI_Shell )
- curl -o ${work_dir}/iso/EFI/shellx64_v2.efi https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/ShellBinPkg/UefiShell/X64/Shell.efi
+ cp ${data_dir}/Shell.efi ${work_dir}/iso/EFI/shellx64_v2.efi
# EFI Shell 1.0 for non UEFI 2.3+ ( http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=Efi-shell )
- curl -o ${work_dir}/iso/EFI/shellx64_v1.efi https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/EdkShellBinPkg/FullShell/X64/Shell_Full.efi
+ cp ${data_dir}/Shell_Full.efi ${work_dir}/iso/EFI/shellx64_v1.efi
}
# Prepare efiboot.img::/EFI for "El Torito" EFI boot mode