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

and potentially overexplicit
sil2100/appliance-qcow2
Cody Shepherd 5 years ago
parent 75a1408d0e
commit 64ca75261f
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