From 543f4a9175192f3b6968a9cec5ec15649f6eb588 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 15 Dec 2023 22:28:30 +0100 Subject: [PATCH] arm_shim --- build.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/build.sh b/build.sh index 70c9a24..60c8de4 100755 --- a/build.sh +++ b/build.sh @@ -186,6 +186,19 @@ if [ -f "${SIGNED_SHIM}" ] ; then " cp "${SIGNED_SHIM}" "${UEFI_FILE}" fi +if [ -f "${ARM_SHIM}" ] ; then + echo -n " +↙ ${ARM_FILE} +↘ ${ARM_GRUB} +" + mv "${ARM_FILE}" "${ARM_GRUB}" + echo -n " +↙ ${ARM_SHIM} +↘ ${ARM_FILE} +" + cp "${ARM_SHIM}" "${ARM_FILE}" +fi + if [ -f "${SIGNED_GRUB}" ] ; then echo -n " ↙ ${UEFI_GRUB}