This commit is contained in:
Marc Beninca 2023-12-15 22:28:30 +01:00
parent f304940248
commit 543f4a9175

View file

@ -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}