disk-image-uefi.binary: enable secureboot on the arm64 image.

sil2100/proposed-components
Dimitri John Ledkov 4 years ago
parent e8f53aabdf
commit 122364df65
No known key found for this signature in database
GPG Key ID: 9B8EC849D5EF70ED

@ -81,7 +81,7 @@ install_grub() {
# please file a bug against grub2 to include the affected module.
case $ARCH in
arm64)
chroot mountpoint apt-get -qqy install --no-install-recommends grub-efi-arm64 grub-efi-arm64-bin
chroot mountpoint apt-get -qqy install --no-install-recommends shim-signed grub-efi-arm64-signed
efi_target=arm64-efi
;;
armhf)

Loading…
Cancel
Save