Skip to content

Commit e6e3daf

Browse files
committed
grub_install.sh: Temporarily undo copying the officially signed shim
We previously did the AKV signing in the image job but temporarily nobbled that code path while we completed the shim review. Now the AKV signing has been split out into a separate job that will only be invoked once changes to the jenkins-os repo have been merged. The only thing we now need to nobble here is copying the signed shim. In the meantime, we copy the unsigned shim instead. Revert this commit once the shim review is complete.
1 parent b3183b4 commit e6e3daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_library/grub_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ case "${FLAGS_target}" in
208208
# Official build: Copy signed shim and mm for signing later.
209209
sudo cp "${BOARD_ROOT}/usr/lib/shim/mm${EFI_ARCH}.efi" \
210210
"${ESP_DIR}/EFI/boot/mm${EFI_ARCH}.efi"
211-
sudo cp "${BOARD_ROOT}/usr/lib/shim/shim${EFI_ARCH}.efi.signed" \
211+
sudo cp "${BOARD_ROOT}/usr/lib/shim/shim${EFI_ARCH}.efi" \
212212
"${ESP_DIR}/EFI/boot/boot${EFI_ARCH}.efi"
213213
fi
214214

0 commit comments

Comments
 (0)