mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-03 23:01:31 +00:00
Remove explicit install of grub-efi-* package as it is not necessary,
and potentially overexplicit
This commit is contained in:
parent
315a453ba6
commit
690522e89b
@ -84,8 +84,7 @@ install_grub() {
|
|||||||
efi_target=arm-efi
|
efi_target=arm-efi
|
||||||
;;
|
;;
|
||||||
amd64)
|
amd64)
|
||||||
chroot mountpoint apt-get install -qqy grub-pc
|
chroot mountpoint apt-get install -qqy grub-pc shim-signed
|
||||||
chroot mountpoint apt-get install -qqy grub-efi-amd64-signed shim-signed
|
|
||||||
efi_target=x86_64-efi
|
efi_target=x86_64-efi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user