Remove explicit install of grub-efi-* package as it is not necessary,

and potentially overexplicit
uc20-no-fixed-size
Cody Shepherd 5 years ago
parent 315a453ba6
commit 690522e89b
No known key found for this signature in database
GPG Key ID: 0DB7E5F05C3FAB5F

@ -84,8 +84,7 @@ install_grub() {
efi_target=arm-efi
;;
amd64)
chroot mountpoint apt-get install -qqy grub-pc
chroot mountpoint apt-get install -qqy grub-efi-amd64-signed shim-signed
chroot mountpoint apt-get install -qqy grub-pc shim-signed
efi_target=x86_64-efi
;;
esac

Loading…
Cancel
Save