Skip to content

Commit d78421a

Browse files
committed
grub_install.sh: Ensure shim packages are installed
Without these, build_image will fail in a fresh SDK instance. Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
1 parent 617decb commit d78421a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build_library/grub_install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ esac
7575
info "Updating GRUB in ${BOARD_ROOT}"
7676
emerge-${BOARD} \
7777
--nodeps --select --verbose --update --getbinpkg --usepkgonly --newuse \
78-
sys-boot/grub
78+
sys-boot/grub \
79+
sys-boot/shim \
80+
sys-boot/shim-signed
7981

8082
GRUB_SRC="${BOARD_ROOT}/usr/lib/grub/${FLAGS_target}"
8183
[[ -d "${GRUB_SRC}" ]] || die "GRUB not installed at ${GRUB_SRC}"

0 commit comments

Comments
 (0)