mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-05 23:21:34 +00:00
live-build/ubuntu-cpc/hooks/033-disk-image-uefi.binary: don't manually
install grub-efi-amd64 since that forces off grub-pc, which is otherwise now coinstallable.
This commit is contained in:
parent
027ea79085
commit
92497af14f
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.529) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* live-build/ubuntu-cpc/hooks/033-disk-image-uefi.binary: don't manually
|
||||||
|
install grub-efi-amd64 since that forces off grub-pc, which is otherwise
|
||||||
|
now coinstallable.
|
||||||
|
|
||||||
|
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 06 Jun 2018 15:39:27 -0700
|
||||||
|
|
||||||
livecd-rootfs (2.528) cosmic; urgency=medium
|
livecd-rootfs (2.528) cosmic; urgency=medium
|
||||||
|
|
||||||
* Don't divert grub-probe; otherwise we're missing the filesystem UUIDs that
|
* Don't divert grub-probe; otherwise we're missing the filesystem UUIDs that
|
||||||
|
@ -88,7 +88,7 @@ install_grub() {
|
|||||||
efi_target=arm-efi
|
efi_target=arm-efi
|
||||||
;;
|
;;
|
||||||
amd64)
|
amd64)
|
||||||
chroot mountpoint apt-get install -qqy grub-efi-amd64-signed grub-efi-amd64 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