summaryrefslogtreecommitdiff
path: root/configs/lxde-openrc
diff options
context:
space:
mode:
Diffstat (limited to 'configs/lxde-openrc')
-rw-r--r--configs/lxde-openrc/SHA512SUMS2
-rwxr-xr-xconfigs/lxde-openrc/build.sh10
2 files changed, 10 insertions, 2 deletions
diff --git a/configs/lxde-openrc/SHA512SUMS b/configs/lxde-openrc/SHA512SUMS
new file mode 100644
index 0000000..08383eb
--- /dev/null
+++ b/configs/lxde-openrc/SHA512SUMS
@@ -0,0 +1,2 @@
+52bf5ab98fad18468ef95b3cc504e8da99c769d1780fa2a788580e9afbdbbf2e495fee6723672d62ea60628aebd609e781543f57bc5b20f9c49ef6c47992a85f shellx64_v2.efi
+9f9e008bb8f586c2e6d80ce6205937cf31913e750b94a4f3005639179a33bf0a35f1a4207735f1d0a6547e7a72e470c5da05c93bf195abd784c38b78dcab9779 shellx64_v1.efi
diff --git a/configs/lxde-openrc/build.sh b/configs/lxde-openrc/build.sh
index 36868e0..56bf30a 100755
--- a/configs/lxde-openrc/build.sh
+++ b/configs/lxde-openrc/build.sh
@@ -183,9 +183,15 @@ 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+
- curl -o ${work_dir}/iso/EFI/shellx64_v2.efi https://raw.githubusercontent.com/tianocore/edk2/UDK2018/ShellBinPkg/UefiShell/X64/Shell.efi
+ curl -o ${work_dir}/iso/EFI/shellx64_v2.efi https://raw.githubusercontent.com/tianocore/edk2/edk2-stable201811/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/UDK2018/EdkShellBinPkg/FullShell/X64/Shell_Full.efi
+ curl -o ${work_dir}/iso/EFI/shellx64_v1.efi https://raw.githubusercontent.com/tianocore/edk2/edk2-stable201811/EdkShellBinPkg/FullShell/X64/Shell_Full.efi
+
+ # Checksums for EFI Shell
+ cp ${script_path}/SHA512SUMS ${work_dir}/iso/EFI/
+ cd ${work_dir}/iso/EFI/
+ sha512sum --quiet -c SHA512SUMS
+ rm SHA512SUMS
}
# Prepare efiboot.img::/EFI for "El Torito" EFI boot mode