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

(cherry picked from commit 122364df65)
ubuntu/focal
Dimitri John Ledkov 4 years ago committed by Ivan Kapelyukhin
parent b9dfc7dec7
commit c8dd849261
No known key found for this signature in database
GPG Key ID: BD1EB02A07F55E39

@ -117,7 +117,7 @@ install_grub() {
# please file a bug against grub2 to include the affected module. # please file a bug against grub2 to include the affected module.
case $ARCH in case $ARCH in
arm64) 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 efi_target=arm64-efi
;; ;;
armhf) armhf)

Loading…
Cancel
Save